我想在Sharepoint 2013中使用富文本框,如下圖所示。我怎樣才能做到這一點?在Sharepoint 2013中使用富文本框
我已經使用下面的代碼。
<%@ 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"/>
,但我無法得到我所需要的。我有一個簡單的滾動多行文本框。
謝謝你的答案。
同樣的問題,但沒有答案在那裏,http://sharepoint.stackexchange.com/questions/124917/multiple-lines -of-text-rich-text-editor-not-working-chrome – JohnC