Tables"

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.

(Advanced)
Line 3: Line 3:
 
If you want to create a table in CKEditor you must press the "Insert/Edit Table" [[Image:CKEditor_table.png‎]]button on the toolbar.<br>
 
If you want to create a table in CKEditor you must press the "Insert/Edit Table" [[Image:CKEditor_table.png‎]]button on the toolbar.<br>
  
After that a popup window called "Table Properties" will appear. It incules two bookmarks.<br>
+
After that a pop up window called "Table Properties" will appear. It incudes two bookmarks.<br>
  
 
<br>
 
<br>
Line 11: Line 11:
 
[[Image:CKEditor_table_popup.png|Table properties]]<br>
 
[[Image:CKEditor_table_popup.png|Table properties]]<br>
  
* '''Rows''': in this field you specify number of rows in the table.<br>
+
* '''Rows''': in this field user specify number of rows in the table.<br>
 
* '''Columns''': specifies number of columns in the table.<br>
 
* '''Columns''': specifies number of columns in the table.<br>
 
* '''Width''': sets the width of the table in pixels or percentage. E.g. Choosing 40 percent table takes 40% of the editing area width.<br>
 
* '''Width''': sets the width of the table in pixels or percentage. E.g. Choosing 40 percent table takes 40% of the editing area width.<br>
 
* '''"Height''': sets the height of the table in pixels.<br>
 
* '''"Height''': sets the height of the table in pixels.<br>
* '''Headers''':  specifies how headers look like. User may choose following option "First Line", "First column", "Both". <br>
+
* '''Headers''':  specifies how headers will look like. User may choose following option "First Line", "First column", "Both". <br>
 
* '''Border size''': sets the thickness of the tables border.<br>
 
* '''Border size''': sets the thickness of the tables border.<br>
 
* '''Alignment''': specifies the alignment of the table. Three options available: left, center and right.<br>
 
* '''Alignment''': specifies the alignment of the table. Three options available: left, center and right.<br>
Line 21: Line 21:
 
* '''Cell padding''': sets the hight of the cell.
 
* '''Cell padding''': sets the hight of the cell.
 
* '''Caption''': specifies the title of the table. The title appears in the top of the table.
 
* '''Caption''': specifies the title of the table. The title appears in the top of the table.
* '''Summary''': sets a comment on the table.The comment does not appear in the table. It is only meant for usage.  
+
* '''Summary''': sets a comment on the table.The comment does not appear in the table.  
  
 
Not all options are required to build a table. User is asked to fill only Rows and Columns. Filling the rest of the fields is optional. It may be used or not, depending on User’s needs.
 
Not all options are required to build a table. User is asked to fill only Rows and Columns. Filling the rest of the fields is optional. It may be used or not, depending on User’s needs.

Revision as of 15:54, 10 September 2010

Creating a table

If you want to create a table in CKEditor you must press the "Insert/Edit Table" CKEditor table.pngbutton on the toolbar.

After that a pop up window called "Table Properties" will appear. It incudes two bookmarks.


Table Properties

Table properties

  • Rows: in this field user specify number of rows in the table.
  • Columns: specifies number of columns in the table.
  • Width: sets the width of the table in pixels or percentage. E.g. Choosing 40 percent table takes 40% of the editing area width.
  • "Height: sets the height of the table in pixels.
  • Headers: specifies how headers will look like. User may choose following option "First Line", "First column", "Both".
  • Border size: sets the thickness of the tables border.
  • Alignment: specifies the alignment of the table. Three options available: left, center and right.
  • Cell spacing: specifies thickness of the cell’s border.
  • Cell padding: sets the hight of the cell.
  • Caption: specifies the title of the table. The title appears in the top of the table.
  • Summary: sets a comment on the table.The comment does not appear in the table.

Not all options are required to build a table. User is asked to fill only Rows and Columns. Filling the rest of the fields is optional. It may be used or not, depending on User’s needs.


Advanced

The second bookmarks refers to "Advanced":

CKEditor table advanced.png

This bookmark allows user to set following option:

  • Id: specifies link's ID.
  • Language Direction: sets the language direction from left to right (LTR)or from right to left ( RTL ).
  • Style: defines the style.
  • Stylesheet Classes: specifies the name of the CSS class.

Working with the table

User is able to change table’s properties. To modify table user must point mouse on the table and press the right button to display a context menu..

File:CKEditor context table.png

In order to change the tables’ properties "Table Properties" should be pressed. A popup window appears. Identical to the one which is used for creating the table.

To delete the table press "Delete Table".

The other three options are Cell, Row and Column. Pointing with mouse cursor on one of them shows a new context menu.

Cell

The cell context menu

  • Insert Cell Before: inserts a new cell before the cell where the cursor was located.
  • Insert Cell After: inserts a new cell after the cell where the cursor was located.
  • Delete Cells: deletes a cell the cursor was by. User may also highlight more cells and delete them.
  • Merge Cells: merges cells you have highlighted into a one cell.
  • Merge Right: merges cell where the cursor was located with the right cell.
  • Merge Down: merges cell where the cursor was located with cell below.
  • Split Cell Horizontally: splits a cell in two. One cell is split into two columns.
  • Split Cell Vertically: splits a cell in two. One cell is split into two rows.
  • Cell properties: Clicking the cell properties displays a new popup window called "Cell Properties". :


CKEditor cell properties.png

  • Width: sets the cell width in pixels or in percentage of the table width.
  • Height: sets the height of the cell.
  • Word Wrap: turns on/off word wrapping.
  • Horizontal Alignment:determines the horizontal alignment of the text in a cell. Three options are available: Left, Center and Right.
  • Vertical Alignment: determines the vertical alignment of the text in a cell, which may be set to Top, Middle, Bottom or Baseline.
  • Cell Type: determines the type of cell, user may set Data cell or Header cell.
  • Rows span: extends vertical rows.
  • Columns span:extends cells on a horizontal row (left and right).
  • Background color: sets the background color of a cell. User may either select a color or type it manually.
  • Border Color: sets the color of your cells border. User may either select a color or type it manually.

Row

File:CKEditor row context.png

  • Insert Row Before: inserts a new row before the row where the cursor was located.
  • Insert Row After: inserts a new row after the row where the cursor was located.
  • Delete Rows: deletes highlighted rows or the row the cursor was by.

Column

File:CKEditor column context.png

  • Insert Column Before: inserts a column before the column where the cursor was located.
  • Insert Column After: inserts a column after the column where the cursor was located.
  • Delete Columns: deletes highlighted columns or the column the cursor was by.