Text Window
The C1WebEditor control's text window allows users to easily author and manage HTML content. The text can be displayed in the following modes:
• Design mode: This mode enables end-users to edit content with a visual representation of the content, similar to how the page would appear in a browser. Also referred to as What You See Is What You Get (WYSIWYG) view.
• Source mode: This mode provides a hand-coding environment for writing and editing HTML. Also referred to as Code view.
• Split mode: This mode diplays the Design and Source for the same document in a single window.
At run time, you can switch between the layouts by selecting the mode in the Tab Strip:
|