问题描述:C1Editor撰写和管理HTML内容
问题解答:ASP.NET Wijmo的C1Editor可以让非技术用户对任何网页上的HTML内容进行创作和管理。可以用这个直观的、像微软Word一样的编辑器来更换任何文本框,以及自定义风格。
本文介绍了用C1Editor控件撰写和管理HTML内容。
关键代码:
- <wijmo:C1Editor runat="server"
- ID="Editor1" Width="760" Height="530" Text="The Insert tab contains groups of commands that enable end-users to insert items,
- such as images or paragraph breaks, into the text editor.
- Underneath the Format tab are four groups – Tables, Breaks,
- Forms, and Special – that house closely related tasks. " >
- </wijmo:C1Editor>
复制代码
效果截图:
源码下载:C1Editor.7z (3.85 mb) (下载次数: 24) |
|