2023-09-12

This commit is contained in:
2023-09-12 14:39:54 +08:00
parent 79c5a301c5
commit bd91182101
8 changed files with 213 additions and 97 deletions
@@ -96,8 +96,9 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDocContent" runat="server" Label="内容" MaxLength="3000" Readonly="true">
</f:TextArea>
<f:HtmlEditor runat="server" Label=" " ID="txtDocContent" ShowLabel="false"
Editor="UMEditor" BasePath="~/res/umeditor/" ToolbarSet="Full" Height="500px" LabelAlign="Right" Text="" Readonly="True">
</f:HtmlEditor>
</Items>
</f:FormRow>