Friday, July 2, 2010

What Available in HTML Toolbar?

The HTML toolbar provides a quick method for inserting commonly needed code in HTML.  The following functions are included:

View Tag List
toggles visibility of HTML Tag List
Bold
inserts tags around selection to render text bold
Italic
inserts tags around selection to italicize selected text
Underline
inserts tags around selection to underline selected text
Increase Indents
inserts BLOCKQUOTE tags around selected text
Bullets
inserts tags to create a bulleted list
Numbering
inserts tags to create a numbered list
Foreground Color
displays Color dialog so user may set the text foreground color. If no color is selected the appropriate tags will be added to the text and the color value will have to be typed by the user
Background Color
displays Color dialog so user may set the text background color. If no color is selected the appropriate tags will be added to the text and the color value will have to be typed by the user
Align Left
inserts tags around selection to left align text
Align Center
inserts tags around selection to center align text
Align Right
inserts tags around selection to right align text
Justify
inserts tags around selection to justify text
HTML Div
inserts DIV tag to create text label
Button
inserts a button input tag and sets the cursor appropriately to type the button text
Text Field
inserts single line textbox
Text Area
inserts multi-line textbox (textarea)
Password Field
inserts single line password textbox
Hidden
inserts hidden textbox
Checkbox
inserts a checkbox
Radio Button
inserts a radio button
Image
inserts IMAGE tag and sets cursor so the user may type the path to the image
Form Image
presents open dialog for insertion of form image
Anchor
inserts tags around selected text to create an anchor
Close Tag
finds the nearest unclosed tag and closes it
only supported by UEStudio, not by UltraEdit
Convert Special Characters in Selected Text to HTML Entities
converts special characters in selected text to HTML entities (i.e. "ß" becomes "ß")
Encode/Decode
converts selection to %xx where xx is equivalent to the hexadecimal number representing the character
HTML Protector
protects HTML code (for example embedded JavaScript) against browsing