<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor" TagPrefix="HTMLEditor" %> ... <HTMLEditor:Editor runat="server" Height="300px" Width="100%" AutoFocus="true" />
.CustomEditorStyle .ajax__htmleditor_editor_toptoolbar { background-color:#F0F0F0; padding: 0px 0px 2px 2px; }
.ajax__htmleditor_editor_container: A container element (table) that wraps all of the HTMLEditor. Child CSS classes: .ajax__htmleditor_editor_toptoolbar, .ajax__htmleditor_editor_editpanel, .ajax__htmleditor_editor_bottomtoolbar. .ajax__htmleditor_editor_toptoolbar: A container element that wraps all buttons of the top toolbar. Child CSS classes: .ajax__htmleditor_toolbar_button, .ajax__htmleditor_toolbar_button_hover. .ajax__htmleditor_editor_editpanel: A container element that wraps editing panel (in any mode). Child CSS classes: none. .ajax__htmleditor_editor_bottomtoolbar: A container element that wraps all buttons of the bottom toolbar. Child CSS classes: .ajax__htmleditor_toolbar_button, .ajax__htmleditor_toolbar_button_hover. .ajax__htmleditor_toolbar_button: This is applied to a button of toolbar. Child CSS classes: none. .ajax__htmleditor_toolbar_button_hover: This is applied to a button of toolbar when the mouse is hovering over. Child CSS classes: none. div.ajax__htmleditor_toolbar_button label: This is applied to a <label> element of "selector button" in toolbar (Font, Size). Child CSS classes: none. div.ajax__htmleditor_toolbar_button select: This is applied to a <select> element of "selector button" in toolbar. Child CSS classes: none. div.ajax__htmleditor_toolbar_button select option: This is applied to <select> element's options of "selector button" in toolbar. Child CSS classes: none.