using rich textbox in Sharepoint 2013
问题 I want to use a rich textbox in Sharepoint 2013 as seen in the figure below. How can I do that? I have already used the code below. <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <SharePoint:InputFormTextBox ID="RichTextField1" runat="server" TextMode="MultiLine" RichTextMode="FullHtml" Columns="20" Rows="10"/> but I could not get what I need. I got a simple