| newdocument |
core |
Creates a new document. |
| bold |
core |
Applies the bold format to the current selection. |
| italic |
core |
Applies the italic format to the current selection. |
| underline |
core |
Applies the underline format to the current selection. |
| strikethrough |
core |
Applies strike though format to the current selection. |
| alignleft |
core |
Left aligns the current block or image. |
| aligncenter |
core |
Left aligns the current block or image. |
| alignright |
core |
Right aligns the current block or image. |
| alignjustify |
core |
Full aligns the current block or image. |
| alignnone |
core |
Removes the alignment of the current block or image. |
| styleselect |
core |
Dropdown list with styles to apply to selection. |
| formatselect |
core |
Dropdown list with block formats to apply to selection. |
| fontselect |
core |
Dropdown list with font families to apply to selection. |
| fontsizeselect |
core |
Dropdown list with font sizes to apply to selection. |
| cut |
core |
Cuts the current selection into clipboard. |
| copy |
core |
Copies the current selection into clipboard. |
| paste |
core |
Pastes the current clipboard into the editor. |
| outdent |
core |
Outdents the current list item or block element. |
| indent |
core |
Indents the current list item or block element. |
| blockquote |
core |
Applies block quote format to the current block level element. |
| undo |
core |
To undo the last operation. |
| redo |
core |
To redo the last undone operation. |
| removeformat |
core |
Removes the formatting from the current selection. |
| subscript |
core |
Applies subscript format to the current selection. |
| superscript |
core |
Applies superscript format to the current selection. |
| visualaid |
core |
Toggles the visual aids for invisible elements. |
| insert |
core |
Groups various insert actions into one button. |
| hr |
[hr]({{ site.baseurl }}/plugins/hr/) |
Inserts a horizontal rule into the editor. |
| bullist |
[lists]({{ site.baseurl }}/plugins/lists/) |
Formats the current selection as a bullet list. |
| numlist |
[lists]({{ site.baseurl }}/plugins/lists/) |
Formats the current selection as a numbered list. |
| link |
[link]({{ site.baseurl }}/plugins/link/) |
Creates/Edits links within the editor. |
| unlink |
[link]({{ site.baseurl }}/plugins/link/) |
Removes links from the current selection. |
| openlink |
[link]({{ site.baseurl }}/plugins/link/) |
Opens the selected link in a new tab. |
| image |
[image]({{ site.baseurl }}/plugins/image/) |
Creates/Edits images within the editor. |
| charmap |
[charmap]({{ site.baseurl }}/plugins/charmap/) |
Inserts custom characters into the editor. |
| pastetext |
[paste]({{ site.baseurl }}/plugins/paste/) |
Toggles plain text pasting mode on/off. |
| print |
[print]({{ site.baseurl }}/plugins/print/) |
Prints the current editor contents. |
| preview |
[preview]({{ site.baseurl }}/plugins/preview/) |
Previews the current editor contents. |
| anchor |
[anchor]({{ site.baseurl }}/plugins/anchor/) |
Creates/Edits anchor elements. |
| pagebreak |
[pagebreak]({{ site.baseurl }}/plugins/pagebreak/) |
Inserts a pagebreak into the editor. |
| spellchecker |
[spellchecker]({{ site.baseurl }}/plugins/spellchecker/) |
Spellchecks the current editor contents. |
| searchreplace |
[searchreplace]({{ site.baseurl }}/plugins/searchreplace/) |
Searches and/or Replaces contents within the editor. |
| visualblocks |
[visualblocks]({{ site.baseurl }}/plugins/visualblocks/) |
Toggles the visibility of block elements. |
| visualchars |
[visualchars]({{ site.baseurl }}/plugins/visualchars/) |
Toggles the visibility of non breaking character elements. |
| code |
[code]({{ site.baseurl }}/plugins/code/) |
Opens the code dialog |
| help |
[help]({{ site.baseurl }}/plugins/help/) |
Opens the help dialog |
| fullscreen |
[fullscreen]({{ site.baseurl }}/plugins/fullscreen/) |
Toggles fullscreen mode |
| insertdatetime |
[insertdatetime]({{ site.baseurl }}/plugins/insertdatetime/) |
Inserts the current date/time |
| media |
[media]({{ site.baseurl }}/plugins/media/) |
Creates/Edits embedded media elements. |
| nonbreaking |
[nonbreaking]({{ site.baseurl }}/plugins/nonbreaking/) |
Inserts a nonbreaking space into the editor. |
| save |
[save]({{ site.baseurl }}/plugins/save/) |
Saves the current editor contents to a form or ajax call. |
| cancel |
[save]({{ site.baseurl }}/plugins/save/) |
Cancels/Resets the editor contents to it's initial state. |
| table |
[table]({{ site.baseurl }}/plugins/table/) |
Creates/Edits table elements. |
| tabledelete |
[table]({{ site.baseurl }}/plugins/table/) |
Deletes table. |
| tablecellprops |
[table]({{ site.baseurl }}/plugins/table/) |
Opens the Cell properties dialog. |
| tablemergecells |
[table]({{ site.baseurl }}/plugins/table/) |
Merges the selected cells. |
| tablesplitcells |
[table]({{ site.baseurl }}/plugins/table/) |
Splits the current merged cell. |
| tableinsertrowbefore |
[table]({{ site.baseurl }}/plugins/table/) |
Inserts a new row before the current one. |
| tableinsertrowafter |
[table]({{ site.baseurl }}/plugins/table/) |
Inserts a new row after the current one. |
| tabledeleterow |
[table]({{ site.baseurl }}/plugins/table/) |
Deletes the current row row. |
| tablerowprops |
[table]({{ site.baseurl }}/plugins/table/) |
Opens the Row properties dialog. |
| tablecutrow |
[table]({{ site.baseurl }}/plugins/table/) |
Cuts the selected rows. |
| tablecopyrow |
[table]({{ site.baseurl }}/plugins/table/) |
Copies the selected rows. |
| tablepasterowbefore |
[table]({{ site.baseurl }}/plugins/table/) |
Pastes rows before the current one. |
| tablepasterowafter |
[table]({{ site.baseurl }}/plugins/table/) |
Pastes rows after the current one. |
| tableinsertcolbefore |
[table]({{ site.baseurl }}/plugins/table/) |
Inserts a column before the current one. |
| tableinsertcolafter |
[table]({{ site.baseurl }}/plugins/table/) |
Inserts column after the current one. |
| tabledeletecol |
[table]({{ site.baseurl }}/plugins/table/) |
Deletes the selected column. |
| rotateleft |
[imagetools]({{ site.baseurl }}/plugins/imagetools/) |
Rotates the current image counterclockwise. |
| rotateright |
[imagetools]({{ site.baseurl }}/plugins/imagetools/) |
Rotates the current image clockwise. |
| flipv |
[imagetools]({{ site.baseurl }}/plugins/imagetools/) |
Flips the current image vertically. |
| fliph |
[imagetools]({{ site.baseurl }}/plugins/imagetools/) |
Flips the current image horizontally. |
| editimage |
[imagetools]({{ site.baseurl }}/plugins/imagetools/) |
Edits the current image in the image dialog. |
| imageoptions |
[imagetools]({{ site.baseurl }}/plugins/imagetools/) |
Opens the image options dialog. |
| fullpage |
[fullpage]({{ site.baseurl }}/plugins/fullpage/) |
Documents properties for the full page. |
| ltr |
[directionality]({{ site.baseurl }}/plugins/directionality/) |
Sets the directionality of contents to ltr. |
| rtl |
[directionality]({{ site.baseurl }}/plugins/directionality/) |
Sets the directionality of contents to rtl. |
| emoticons |
[emoticons]({{ site.baseurl }}/plugins/emoticons/) |
Opens the emoticons dialog. |
| template |
[template]({{ site.baseurl }}/plugins/template/) |
Inserts templates into the editor. |
| forecolor |
[textcolor]({{ site.baseurl }}/plugins/textcolor/) |
Applies foreground/text color to selection. |
| backcolor |
[textcolor]({{ site.baseurl }}/plugins/textcolor/) |
Applies background color to selection. |
| restoredraft |
[restoredraft]({{ site.baseurl }}/plugins/autosave/) |
Restores to the latest auto saved draft. |
| insertfile |
[moxiemanager]({{ site.baseurl }}/plugins/moxiemanager/) |
Opens the MoxieManager dialog. |
| a11ycheck |
[a11ychecker]({{ site.baseurl }}/plugins/a11ychecker/) |
Opens the accessibility checker dialog. |
| toc |
[toc]({{ site.baseurl }}/plugins/toc/) |
Inserts a Table of Contents into the editor. |
| quickimage |
[inlite]({{ site.baseurl }}/themes/inlite/) |
Inserts an image from the local machine. |
| quicktable |
[inlite]({{ site.baseurl }}/themes/inlite/) |
Inserts an table 2x2. |
| quicklink |
[inlite]({{ site.baseurl }}/themes/inlite/) |
Inserts an link in a quicker way. |