CheckBox

Checkbox component. The advanced checkbox that sets pictures or (and) text to display mode information.
 
This control has some client side events.
Code on
Design on

<p>

<asp:button id="btnFull" runat="server" Text="Get full HTML" OnClick="btnFull_Click"></asp:button>

<asp:button id="btnBody" runat="server" Text="Get only BODY html code" OnClick="btnBody_Click"></asp:button>

</p>

<p>

<asp:textbox id="boxCode" runat="server" Width="90%" Height="200px" Rows="10" TextMode="MultiLine"></asp:textbox></p>

<p><br />

<asp:button id="Button1" style="Z-INDEX: 101" runat="server" Text="Submit" name="Button1" Width="95px" OnClick="Button1_Click"></asp:button><br />

</p>

<table border="0">

<tr>

<td><asp:label id="Label2" runat="server" Height="27px" name="Label2" Width="720px"></asp:label><br />

<asp:label id="Label1" runat="server" name="Label1"></asp:label></td>

</tr>

</table>

The component is an online Web based WYSIWYG editor for working with HTML. The editor allows to create tables, links, pictures, manage CSS styles, change text color, size, pattern and font, add snippets, custom styles. You can use built-in Image gallery in editor to insert pictures. Integration with SpellChecker is possible. Auto localization. To use Editor is as simple as a usual TextBox.
 
This control has onCommand, onChange, onChangeMode, onSpellCheck and onCustomCommand client side events.
 
You can use Editor to get full code of HTML page - include next properties: title, codepage, description, keywords, colors and margins. Click "Page properties" toolbar button to set this properties.
 
Use TextFullHtml property to get full code and use Text property to get only body code.