Buttons available in the WYSIWYG Editor
Published 05/28/2008 by Fulvio Oliveira
These are the buttons available in DevEdit (the WYSIWYG Editor) at the current time.
When creating a new toolbar, the Name of the button should be used. To create a toolbar:
When creating a new toolbar, the Name of the button should be used. To create a toolbar:
$rows = array (
"Fullscreen,Undo,Redo,Paste,-,OrderedList,UnorderedList,-,JustifyLeft,JustifyCenter,JustifyRight,JustifyFull,-,Custominsert,Help",
"Spellcheck,-,RemoveFormat,-,Indent,Outdent,-,SubScript,SuperScript,CreateLink,CreateEmailLink,Anchor,-,Image,-,Table,Form,Pageproperties",
"Fontname,Fontsize,Formatblock,Fontcolor,Highlight,HR,Insertchars,Showborders",
);
$myDE->AddToolbar("Simple", implode(",|,", $rows));
| Image | Description | Name of the button |
|
Toggle absolute positioning on and off. | Toggleposition |
|
Centers the paragraph. | JustifyCenter |
|
Aligns the paragraph to the left. | JustifyLeft |
|
Aligns the paragraph to the right. | JustifyRight |
|
Creates an anchor element. | Anchor |
|
Bold font format. | Bold |
|
Inserts custom HTML on the cursor position. | Custominsert |
|
Inserts a special character. | Insertchars |
|
Clears the HTML code. | Clearcode |
|
Copies the selected text to the clipboard. | Copy |
|
Cuts the selected text to the clipboard. | Cut |
|
Decreases the indent of the text. | Outdent |
|
Creates a link to an email address. | CreateEmailLink |
|
Finds and/or replaces text in the editor. | Findreplace |
|
Flash Manager, to handle Flash objects. | Flash |
|
Changes the font color. | Fontcolor |
|
Selects the font face. | Fontname |
|
Selects the font size. | Fontsize |
|
Selects the element format to be used (paragraph, heading, etc). | Formatblock |
|
Inserts forms and various form elements. | Form |
|
Help for the WYSIWYG editor. | Help |
|
Changes the font highlight. | Highlight |
|
Inserts an horizontal line. | HR |
|
Image Manager, to insert images. | Image |
|
Increases the indent of the text. | Indent |
|
Italics font format. | Italic |
|
Justifies the paragraph. | JustifyFull |
|
Creates a hiperlink. | CreateLink |
|
Media Manager, to handle movies and sound. | Media |
|
Ordered list (list with numbers). | OrderedList |
|
Modifies the page properties - title, description and keyword. | Pageproperties |
|
Shows/hides paragraph endings and line breaks. | Paragraph |
|
Dropdown with paste options. | Paste |
|
Redoes the latest editing actions. | Redo |
|
Removes the style associated with the element. | RemoveFormat |
|
Shows/hides the borders around the tables. | Showborders |
|
Spell checks the document. | Spellcheck |
|
Strike through font format. | Strikethrough |
|
Selects a style to be attached to an element. | Styles |
|
Subscript font format. | SubScript |
|
Superscript font format. | SuperScript |
|
Creates a new table. | Table |
|
Inserts a text box. | Inserttextbox |
|
Underline font format. | Underline |
|
Undoes the latest editing actions. | Undo |
|
Unordered list (list with bullets). | UnorderedList |
