Quick Reference"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

Line 75: Line 75:
 
| Create a new div container in document source.<br>
 
| Create a new div container in document source.<br>
 
|-
 
|-
| align="center" | [[Image:CKEditor_justifyleft.gif]][[Image:CKEditor_justifycenter.gif]][[Image:CKEditor_justifyright.gif]][[Image:CKEditor_justifyfull.gif]]  
+
| align="center" | [[Image:CKEditor_align_left.png]][[Image:CKEditor_align_center.png]][[Image:CKEditor_align_right.png]][[Image:CKEditor_justify.png‎]]  
 
| Sets the text alignment (left, centered, right or justified). See Text layout and format in [[CKEditor_3.x/Users Guide/Common Tasks/Text Formatting|Text Formatting]].<br>
 
| Sets the text alignment (left, centered, right or justified). See Text layout and format in [[CKEditor_3.x/Users Guide/Common Tasks/Text Formatting|Text Formatting]].<br>
 
|-
 
|-

Revision as of 11:57, 30 August 2010

In this section you can have a quick overview about all functions available in the default CKEditor toolbar.

Common Toolbar Functions

Toolbar Element
Function
CKEditor source.png
View or edit the document source code (for advanced users). See Source Editor.
File:CKEditor save.gif Saves the page you were editing.
CKEditor new.png Removes all contentes, creating a new blank page.
CKEditor preview.png
Preview what the HTML page will look like for users.
CKEditor templates.png
Select a layout template. See Templates
CKEditor cut.png
Cut the highlighted text to the clipboard. See Cut, Copy and Paste.
CKEditor copy.png
Copy the highlighted text to the clipboard. See Cut, Copy and Paste.
CKEditor paste.pngCKEditor paste text.png
Paste the data copied to the clipboard (with or without formatting). See Cut, Copy and Paste.
CKEditor paste word.png
Paste content copied from Microsoft Word or similar applications. See Cut, Copy and Paste.
File:CKEditor print.gif
Print the current document. See Printing.
File:CKEditor checkspell.pngCKEditor SCAYT.png
Spell check the text in the document or spell check the text as you type. See Spell Checking.
CKEditor undo.pngCKEditor redo.png
Undo or redo the most recent action taken. See Undo and Redo.
CKEditor find.png
Find a word or phrase within the document. See Find and Replace.
File:CKEditor find replace..png
Find and replace a word or phrase within the document. See Find and Replace.
File:CKEditor select all.png
Select the entire content in the document.
CKEditor remove format.png
Remove the formatting from the highlighted text.
CKEditor bold.pngCKEditor italic.pngCKEditor underline.pngFile:CKEditor strikethough.png
Applies bold, italic, underscore or strikethrough formatting to the highlighted text.See Text Formatting.
CKEditor subscript.pngCKEditor superscript.png
Superscript or subscript the highlighted text.See Superscript and subscript in Text Formatting.
CKEditor insertorderlist.gifCKEditor insertunorderedlist.gif Creates numbered or bulleted lists. See Creating Lists.
CKEditor outdent.gifCKEditor indent.gif Increase or decrease the text indentation.
CKEditor blokquote.gif
Format a block of text to identify quotations (text provenient from other sources).
CKEditor div container.gif
Create a new div container in document source.
File:CKEditor align left.pngFile:CKEditor align center.pngFile:CKEditor align right.pngCKEditor justify.png Sets the text alignment (left, centered, right or justified). See Text layout and format in Text Formatting.
CKEditor text direction left.gifFile:CKEditor text direction right.gif Sets the text direction from left to right or from right to left.
CKEditor link.gifCKEditor unlink.gif Converts or removes the text in hyperlinks. It may also by used to manage file uploads and links to files on the web server. See Links, E-Mails and Anchors.
CKEditor anchors.gif Inserts or modifies a link anchor. See Links, E-Mails and Anchors
CKEditor image.gif Inserts images into the document. See Inserting Images.
CKEditor flash.gif Inserts a Adobe Flash element into the page. See Inserting Flash
CKEditor table.gif Creates a table with the defined number of columns and rows. See Tables.
CKEditor horizontal line.gif Inserts a divider line (horizontal rule).
CKEditor smiley.gif Inserts an emoticons image (smiley faces, email icon, lightbulb, etc.).
CKEditor specialchar.gif Inserts special characters.
CKEditor pagebreak.gif Inserts a printing page break. Only impacts printed version.
Image:FCK_style.gif Styles & formatting determine the appearance and semantic value of your document. You may use the drop down boxes to apply styles, set the font, its size, etc. To remove the applied style select the style name again. See Text Formatting.
CKEditor textcolor.gif Changes the color of the text. SeeText Formatting.
CKEditor bgcolor.gif Changes the background color of the text. SeeText Formatting.
CKEditor maximize.gif Maximizes the editor size inside the browser.
CKEditor show blocks.gif Shows where the block elements boundaries in the text.
About.png Shows information about the CKEditor.

Form Functions

Toolbar Element
Function
CKEditor form.gif Creates a new form block into the page.
CKEditor checkbox.gif Inserts a checkbox to the page.
CKEditor radiobutton.gif Inserts a radio button to the page.
CKEditor textfield.gif
Inserts a text field into the page.
CKEditor textarea.gif Inserts a multi-line text area into the page.
CKEditor selection field.gif
Inserts a selection field into the page.
CKEditor button.gif
Inserts a form button into the page.
CKEditor button image.gif Inserts an image into the page, which behaves much like form button used to submit forms. Do not use it to insert plain images into the document.
CKEditor hidden.gif
Inserts a hidden field into the page.