WYSIWYG EDITOR

Viewing Tip: In some browsers when the Editor is first loaded, the editor's window does not fully update preexisting content. If the content does not look right, clicking anywhere inside the editor window with your mouse will fix the display by causing a refresh.

HTML Tip: To copy and paste HTML content it is ofen easier to use the HTML Source Editor function.

Editing Tip: Press SHIFT-ENTER to add new lines without a paragraph break. Press ENTER to add paragraph breaks.

Adding Images: Use the images button to enter images. For I-CRM and CSC email be sure to use the full URL to the image. All that is required in the image form is the URL, width, and height.

Below is a list of the editor buttons and what they do. Different editors will displays different sets of buttons. No editor will display all these options.

Icon Description Name Property Default Value IE* Moz*
"Save" button. Save btnSave false Yes Yes
"Full Screen" button. FullScreen btnFullScreen true Yes Yes
"Preview" button. Preview btnPreview true Yes Yes
"Print" button. Print btnPrint false Yes Yes
"Search" button. Search btnSearch true Yes No
"Spell Check" button. SpellCheck btnSpellCheck false Yes No
"Style & Formatting" button.
This button opens a menu which has:
  • "Text Formatting" menu item
  • "List Formatting" menu item
  • "Box Formatting" menu item
  • "Paragraph Formatting" menu item
  • "Custom Css" menu item
StyleAndFormatting (No Property)

This button is enabled by default as well as the menu items:

  • "Text Formatting" menu item
  • "List Formatting" menu item
  • "Box Formatting" menu item
  • "Paragraph Formatting" menu item
  • "Custom Css" menu item
If you disabled all the above menu items (by setting btnTextFormatting, btnListFormatting, btnBoxFormatting, btnParagraphFormatting and btnCssText properties to false, this button would automatically disabled.

If you're using features property, you can show/hide this button by including or not including the button name "StyleAndFormatting" in the features property value. You'd also need to include at least one of its menu items ("TextFormatting", "ParagraphFormatting", "ListFormatting", "BoxFormatting", "CssText") in the features property value.
- Yes Yes
"Text Formatting" menu item. TextFormatting btnTextFormatting true Yes Yes
"Paragraph Formatting" menu item. ParagraphFormatting btnParagraphFormatting true Yes Yes
"List Formatting" menu item. ListFormatting btnListFormatting true Yes Yes
"Box Formatting" menu item. BoxFormatting btnBoxFormatting true Yes Yes
"Custom Css" menu item. CssText btnCssText true Yes Yes
"Cut" button. Cut btnCut true Yes CTRL-X
"Copy" menu item. Copy btnCopy true Yes CTRL-C
"Paste" button. Paste btnPaste true Yes CTRL-V
"Paste from Word" button. PasteWord btnPasteWord true Yes Yes
"Paste Text" button. PasteText btnPasteText false Yes Yes
"Undo" button. Undo btnUndo true Yes Yes
"Redo" button. Redo btnRedo true Yes Yes
"Text Color" button. ForeColor btnForeColor true Yes Yes
"Text Background Color" button. BackColor btnBackColor true Yes Yes
"Bookmark" button. Bookmark btnBookmark true Yes Yes
"Hyperlink" button. Hyperlink btnHyperlink true Yes Yes
"Custom Tag" button. CustomTag (No Property)

This butttom will automatically enabled if you specify the arrCustomTag property.
- Yes Yes
"Image" button. Image btnImage true Yes Yes
"Flash" button. Flash btnFlash false Yes Yes
"Media" button. Media btnMedia false Yes Yes
"Internal Link" button. InternalLink (No Property)

This butttom will automatically enabled if you specify the cmdInternalLink property.
- Yes Yes
"Custom Object" button. CustomObject (No Property)

This butttom will automatically enabled if you specify the cmdCustomObject property.
- Yes Yes
"Table" button. Table btnTable true Yes Yes
"Guidelines" button. Guidelines btnGuidelines true Yes No
"Absolute" button. Absolute btnAbsolute true Yes Yes
"Secial Characters" button. Characters btnCharacters true Yes Yes
"Horizontal Line" button. Line btnLine true Yes Yes
"Form" button. Form btnForm true Yes Yes
"Remove Formatting" button. RemoveFormat btnRemoveFormat true Yes Yes
"Source Editor" button for full HTML editing. XHTMLFullSource (No Property)

If the Editor editing mode is set to "HTML" or "XHTML", this button would automatically displayed.

If you're using features property, you can show/hide this button by including or not including the button name "XHTMLFullSource" in the features property value.
- Yes Yes
"Source Editor" button for HTML BODY content editing. XHTMLSource (No Property)

If the Editor editing mode is set to "HTMLBODY" or "XHTMLBODY", this button would automatically displayed (This this button is displayed by default as the Editor has default editing mode set to "HTMLBODY").

If you're using features property, you can show/hide this button by including or not including the button name "XHTMLSource" in the features property value.
- Yes Yes
"Clear All" button. ClearAll btnClearAll false Yes Yes
"Style Selection" button. Styles btnStyles false Yes Yes
"Paragraph" dropdown. Paragraph btnParagraph true Yes Yes
"Font" dropdown. FontName btnFontName true Yes Yes
"Font Size" dropdown. FontSize btnFontSize true Yes Yes
"Bold" button. Bold btnBold true Yes Yes
"Italic" button. Italic btnItalic true Yes Yes
"Underline" button. Underline btnUnderline true Yes Yes
"Strikethrough" button. Strikethrough btnStrikethrough false Yes Yes
"Superscript" button. Superscript btnSuperscript false Yes Yes
"Subscript" button. Subscript btnSubscript false Yes Yes
"Justify Left" button. JustifyLeft btnJustifyLeft true Yes Yes
"Justify Center" button. JustifyCenter btnJustifyCenter true Yes Yes
"Justify Right" button. JustifyRight btnJustifyRight true Yes Yes
"Justify Full" button. JustifyFull btnJustifyFull true Yes Yes
"Numbering" button. Numbering btnNumbering true Yes Yes
"Bullets" button. Bullets btnBullets true Yes Yes
"Indent" button. Indent btnIndent true Yes Yes
"Outdent" button. Outdent btnOutdent true Yes Yes
"Left to Right" button. LTR btnLTR false Yes Yes
"Right to Left" button. RTL btnRTL false Yes Yes