Creating 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.

(Editing Table Rows: Article section rewritten)
(Cell Properties: Screenshot updated to v3.6.1, rewording around percent values)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{#CUSTOMTITLE:Creating Tables}}
 
__TOC__
 
__TOC__
 +
A table is a perfect format for some types of data, including statistical information. CKEditor not only lets you add and edit this document element in a quick and easy way but also offers advanced customization options.
 +
 
== Creating a Table ==
 
== Creating a Table ==
A table is a perfect format for some types of data, including statistical information. CKEditor not only lets you add and edit this common text placeholder in a quick and easy way but also offers advanced customization options.
 
 
 
To create a table in CKEditor, press the [[Image:CKEditor_table.png|Table‎]] button on the toolbar. The '''Table Properties''' dialog window that will open lets you set configuration options that define table size, its display properties, or other advanced properties.
 
To create a table in CKEditor, press the [[Image:CKEditor_table.png|Table‎]] button on the toolbar. The '''Table Properties''' dialog window that will open lets you set configuration options that define table size, its display properties, or other advanced properties.
  
 
The '''Table Properties''' dialog window includes two tabs that group table options:
 
The '''Table Properties''' dialog window includes two tabs that group table options:
* [[CKEditor_3.x/Users_Guide/Common_Tasks/Tables#Table_Properties|Table Properties]]
+
* [[CKEditor 3.x/Users Guide/Rich Text/Tables#Table_Properties|Table Properties]]
* [[CKEditor_3.x/Users_Guide/Common_Tasks/Tables#Advanced|Advanced]]
+
* [[CKEditor 3.x/Users Guide/Rich Text/Tables#Advanced|Advanced]]
 
 
Both tabs contain the [[Image:CKEditor_ok_button.png‎|OK]] and [[Image:CKEditor_cancel_button.png‎|Cancel]] buttons that let you accept the changes or close the dialog window without performing any changes, respectively.
 
 
 
Once inserted into the document, a table can be edited at any time by double-clicking it or choosing the '''Table Properties''' option from the table context menu. The '''Table Properties''' dialog window will open again and you will be able to introduce changes to the table configuration options.
 
 
 
If you attempt to close the '''Table Properties''' dialog window without saving the changes, you will be prompted to do so:
 
 
 
[[Image:CKEditor_options_changed.png|frame|center|alt=An alert window prompting to save the changes made to the table|An alert window prompting to save the changes made to the table]]
 
 
 
 
 
You can either proceed without saving your changes by choosing '''OK''' or close the alert window with the '''Cancel''' command and save the changes.
 
  
 +
{{CKEditor Dialog Windows}}
  
 
=== Table Properties ===
 
=== Table Properties ===
 
The '''Table Properties''' tab is the default tab that opens after you press the [[Image:CKEditor_table.png‎|Table]] button on the toolbar. It allows you to set the table dimensions and configure the way it will appear in the document.
 
The '''Table Properties''' tab is the default tab that opens after you press the [[Image:CKEditor_table.png‎|Table]] button on the toolbar. It allows you to set the table dimensions and configure the way it will appear in the document.
  
[[Image:CKEditor_table_properties.png|frame|center|alt=Table Properties dialog window with the default tab open| Table Properties dialog window with the default tab open]]
+
[[Image:CKEditor_table_properties.png|frame|center|Table Properties dialog window with the default tab open]]
  
  
Line 31: Line 22:
 
* '''Columns''' – the number of columns in the table (obligatory).
 
* '''Columns''' – the number of columns in the table (obligatory).
  
* '''Width''' –  the width of the table in pixels or percent. Changing the unit to percent lets you set the proportion of the [[CKEditor_3.x/Users Guide/Interface/Editing Area|editing area]] that the table will occupy.
+
* '''Width''' –  the width of the table in pixels or a percent value. Giving the width as a percent value lets you set the proportion of the [[CKEditor_3.x/Users Guide/Interface/Editing Area|editing area]] that the table will occupy.
 
* '''Height''' – the height of the table in pixels.
 
* '''Height''' – the height of the table in pixels.
  
 
* '''Headers''' – the drop-down list that formats certain table cells as headers, which applies special formatting to them. You can apply header formatting to '''First Row''', '''First Column''' or '''Both'''.  
 
* '''Headers''' – the drop-down list that formats certain table cells as headers, which applies special formatting to them. You can apply header formatting to '''First Row''', '''First Column''' or '''Both'''.  
 
* '''Border size''' – the thickness of the table border in pixels.
 
* '''Border size''' – the thickness of the table border in pixels.
* '''Alignment''' – the alignment of text in the table. The following options are available: '''Left''', '''Center''', '''Right'''.
+
* '''Alignment''' – the alignment of the table on the page. The following options are available: '''Left''', '''Center''', '''Right'''.
  
* '''Cell spacing''' – the space between individual cells as well as cells and table border, in pixels.
+
* '''Cell spacing''' – the space between individual cells as well as cells and table borders, in pixels.
 
* '''Cell padding''' – the space between the cell border and its contents, in pixels.
 
* '''Cell padding''' – the space between the cell border and its contents, in pixels.
  
Line 45: Line 36:
  
 
=== Advanced ===
 
=== Advanced ===
The '''Advanced''' tab lets you configure additional image options such as assign it an ID, a class, a language direction, or CSS style properties. It is meant for advanced users with knowledge of HTML and CSS and gives nearly endless possibilities as far as the presentation of the table is concerned.
+
The '''Advanced''' tab lets you configure additional image options such as assign it an ID, a class, a language direction, or CSS style properties. It is meant for advanced users with knowledge of HTML as well as CSS, and gives nearly endless possibilities as far as the presentation of the table is concerned.
  
[[Image:CKEditor_table_advanced.png|frame|center|alt=Advanced tab of the Table Properties window|Advanced tab of the Table Properties window]]
+
[[Image:CKEditor_table_advanced.png|frame|center|Advanced tab of the Table Properties window]]
  
  
Line 53: Line 44:
 
* '''Id''' &ndash; a unique identifier for a table element in the document (<code>id</code> attribute).
 
* '''Id''' &ndash; a unique identifier for a table element in the document (<code>id</code> attribute).
 
* '''Language Direction''' &ndash; the direction of the text in the table: left to right (LTR)  or right to left (RTL) (<code>dir</code> attribute).
 
* '''Language Direction''' &ndash; the direction of the text in the table: left to right (LTR)  or right to left (RTL) (<code>dir</code> attribute).
* '''Stylesheet Classes''' &ndash; a class of the table element (<code>class</code> attribute). Note that a table element might be assigned more than one class. If this is a case, separate class names with spaces.
+
* '''Stylesheet Classes''' &ndash; the class of the table element (<code>class</code> attribute). Note that a table element might be assigned more than one class. If this is a case, separate class names with spaces.
 
* '''Style''' &ndash; CSS style definitions (<code>style</code> attribute). Note that each value must end with a semi-colon and individual properties should be separated with spaces.
 
* '''Style''' &ndash; CSS style definitions (<code>style</code> attribute). Note that each value must end with a semi-colon and individual properties should be separated with spaces.
  
 
== Working With Tables ==
 
== Working With Tables ==
Once inserted into the document, the table can be modified. To edit the table, either double-click it or use the right mouse button to open the table context menu.
+
Once inserted into the document, the table can be modified. To edit the table, either double-click it, or open the table context menu by clicking it with the right mouse button or using the ''Menu/Application'' key on your keyboard.
  
[[Image:CKEditor_table_contextmenu.png|frame|center|alt=The context menu for a table element| The context menu for a table element]]
+
[[Image:CKEditor_table_contextmenu.png|frame|center|The context menu for a table element]]
  
  
Line 71: Line 62:
 
The table context menu lets you edit table rows. If you hover your mouse over the '''Row''' menu option, further options become available.
 
The table context menu lets you edit table rows. If you hover your mouse over the '''Row''' menu option, further options become available.
  
[[Image:CKEditor_table_row_contextmenu.png|frame|center|alt=The context menu for a table row element| The context menu for a table row element]]
+
[[Image:CKEditor_table_row_contextmenu.png|frame|center|The context menu for a table row element]]
  
  
Line 77: Line 68:
 
* '''Insert Row Before''' &ndash; inserts a new row before the one that contains the cursor.
 
* '''Insert Row Before''' &ndash; inserts a new row before the one that contains the cursor.
 
* '''Insert Row After''' &ndash; inserts a new row after the one that contains the cursor.
 
* '''Insert Row After''' &ndash; inserts a new row after the one that contains the cursor.
* '''Delete Rows''' &ndsh; deletes a row that contains the cursor.
+
* '''Delete Rows''' &ndash; deletes a row that contains the cursor.
  
 
Note that CKEditor makes it possible to select multiple table cells by dragging the mouse over them, so an operation like deletion may be applied to many table rows at once.
 
Note that CKEditor makes it possible to select multiple table cells by dragging the mouse over them, so an operation like deletion may be applied to many table rows at once.
  
=== Cell<br> ===
+
=== Editing Table Columns ===
 +
The table context menu lets you edit table columns. If you hover your mouse over the '''Column''' menu option, further options become available.
 +
 
 +
[[Image:CKEditor_table_column_contextmenu.png|frame|center|The context menu for a table column element]]
 +
 
 +
 
 +
Below is an overview of all '''Column''' context menu option elements:
 +
* '''Insert Column Before''' &ndash; inserts a new column before the one that contains the cursor.
 +
* '''Insert Column After''' &ndash; inserts a new column after the one that contains the cursor.
 +
* '''Delete Columns''' &ndash; deletes a column that contains the cursor.
 +
 
 +
Note that CKEditor makes it possible to select multiple table cells by dragging the mouse over them, so an operation like deletion may be applied to many table columns at once.
 +
 
 +
=== Editing Table Cells ===
 +
The table context menu lets you edit table cells. If you hover your mouse over the '''Cell''' menu option, further options become available.
 +
 
 +
[[Image:CKEditor_table_cell_contextmenu.png|frame|center|The context menu for a table cell element]]
 +
 
 +
 
 +
Below is an overview of all '''Cell''' context menu option elements:
 +
* '''Insert Cell Before''' &ndash; inserts a new cell before the one that contains the cursor.
 +
* '''Insert Cell After''' &ndash; inserts a new cell after the one that contains the cursor.
 +
* '''Delete Cells''' &ndash; deletes a cell that contains the cursor.
 +
 
 +
* '''Merge Cells''' &ndash; merges multiple cells in one. This option is only available if two or more cells are selected.
 +
* '''Merge Right''' &ndash; merges the selected cell with a cell on its right. The content of both cells becomes joined. This option is only available if no more than one cell is selected.
 +
* '''Merge Down''' &ndash; merges the selected cell with a cell located on its bottom. The content of both cells becomes joined. This option is only available if no more than one cell is selected.
 +
 
 +
* '''Split Cell Horizontally''' &ndash; splits the selected cell in two, creating a new cell on its right. The content of the cell appears in the original, left cell. This option is only available if no more than one cell is selected.
 +
* '''Split Cell Vertically''' &ndash; splits the selected cell in two, creating a new cell on its bottom. The content of the cell appears in the original, upper cell. This option is only available if no more than one cell is selected.
 +
* '''Cell Properties''' &ndash; opens the '''[[CKEditor_3.x/Users_Guide/Rich Text/Tables#Cell_Properties|Cell Properties]]'''  dialog window that lets you configure cell size, type, color, and content alignment.
 +
 
 +
Note that CKEditor makes it possible to select multiple table cells by dragging the mouse over them, so an operation like deletion or merging may be applied to many table rows at once.
 +
 
 +
==== Cell Properties ====
 +
Table cells in CKEditor can be further customized, creating a unique look and feel. Various configuration options can be set in the '''Cell Properties''' dialog window that is opened from the table cell context menu.
  
[[Image:CKEditor_cell_context.png|The cell context menu]]
+
[[Image:CKEditor_table_cell_properties.png|frame|center|The Cell Properties dialog window in CKEditor]]
  
* '''Insert Cell Before''': inserts a new cell before the cell where the cursor was located.<br>
 
* '''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.<br>
 
* '''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". :
 
  
<br>
+
Below is an overview of all '''Cell Properties''' dialog window elements:
 +
* '''Width''' &ndash; the width of the cell in pixels or a percent value. Giving the width as a percent value lets you set the proportion of the row that the cell (and the column it is located in) will occupy.
 +
* '''Height''' &ndash; the height of the cell in pixels.
  
[[Image:CKEditor_cell_properties.png]]<br>
+
* '''Cell Type''' &ndash; the type of the table cell &mdash; either a normal data cell or a header cell  with special formatting.
  
* '''Width''': sets the cell width in pixels or in percentage of the table width.
+
* '''Word Wrap''' &ndash; this setting turns word wrapping of the cell content on and off.
* '''Height''': sets the height of the cell. <br>
 
* '''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.
 
  
 +
* '''Rows Span''' &ndash; this setting stretches the cell downward over several rows. Entering a numeric value sets the <code>rowspan</code> attribute.
 +
* '''Columns Span''' &ndash; this setting stretches the cell to the right over several columns. Entering a numeric value sets the <code>colspan</code> attribute.
  
=== Column ===
+
* '''Horizontal Alignment''' &ndash; the horizontal alignment of table cell contents. The following options are available: '''Left''', '''Center''', '''Right'''.
 +
* '''Vertical Alignment''' &ndash; the vertical alignment of table cell contents. The following options are available: '''Top''', '''Middle''', '''Bottom''' or '''Baseline'''.
  
[[Image:CKEditor_column_context.png]]<br>
+
* '''Background Color''' &ndash; the color of the cell background. You can use either of the following methods to set the color:
 +
** Enter the [http://en.wikipedia.org/wiki/RGB_color_model RGB] value in the text box, in the <code>rgb(''nn'', ''nn'', ''nn'')</code> format, where <code>''nn''</code> is a numeric value on a scale from 0 to 255 representing the red, green, and blue channel.
 +
** Enter the hexadecimal RGB value in the text box, in the <code>#''nnnnnn''</code> format, where the <code>''n''</code> letters stand for the three pairs of hex color values representing the red, green, and blue channel.
 +
** Use the '''Choose''' button to open the '''Select color''' dialog window and pick the color with your mouse.
 +
* '''Border Color''' &ndash; the color of the cell border. You can use either of the following methods to set the color:
 +
** Enter the RGB value in the text box, in the <code>rgb(''nn'', ''nn'', ''nn'')</code> format, where <code>''nn''</code> is a numeric value on a scale from 0 to 255 representing the red, green, and blue channel.
 +
** Enter the hexadecimal RGB value in the text box, in the <code>#''nnnnnn''</code> format, where the <code>''n''</code> letters stand for the three pairs of hex color values representing the red, green, and blue channel.
 +
** Use the '''Choose''' button to open the '''Select color''' dialog window and pick the color with your mouse.
  
* '''Insert Column Before''': inserts a column before the column where the cursor was located.
+
[[Image:CKEditor_select_color.png|frame|center|The Select Color dialog window in CKEditor used for setting the cell background and border color]]
* '''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.<br>
 

Latest revision as of 15:07, 27 June 2011

A table is a perfect format for some types of data, including statistical information. CKEditor not only lets you add and edit this document element in a quick and easy way but also offers advanced customization options.

Creating a Table

To create a table in CKEditor, press the Table‎ button on the toolbar. The Table Properties dialog window that will open lets you set configuration options that define table size, its display properties, or other advanced properties.

The Table Properties dialog window includes two tabs that group table options:

For general information on using dialog windows please refer to the Dialog Windows section of the User's Guide.

Table Properties

The Table Properties tab is the default tab that opens after you press the Table button on the toolbar. It allows you to set the table dimensions and configure the way it will appear in the document.

Table Properties dialog window with the default tab open


Below is an overview of all Table Properties tab elements:

  • Rows – the number of rows in the table (obligatory).
  • Columns – the number of columns in the table (obligatory).
  • Width – the width of the table in pixels or a percent value. Giving the width as a percent value lets you set the proportion of the editing area that the table will occupy.
  • Height – the height of the table in pixels.
  • Headers – the drop-down list that formats certain table cells as headers, which applies special formatting to them. You can apply header formatting to First Row, First Column or Both.
  • Border size – the thickness of the table border in pixels.
  • Alignment – the alignment of the table on the page. The following options are available: Left, Center, Right.
  • Cell spacing – the space between individual cells as well as cells and table borders, in pixels.
  • Cell padding – the space between the cell border and its contents, in pixels.
  • Caption – the label of the table that is displayed on top of it.
  • Summary – the summary of the table contents that is available for assistive devices like screen readers. It is a good practice to provide your tables with meaningful summary text in order to make it more accessible to users with disabilities.

Advanced

The Advanced tab lets you configure additional image options such as assign it an ID, a class, a language direction, or CSS style properties. It is meant for advanced users with knowledge of HTML as well as CSS, and gives nearly endless possibilities as far as the presentation of the table is concerned.

Advanced tab of the Table Properties window


Below is an overview of all Advanced tab elements:

  • Id – a unique identifier for a table element in the document (id attribute).
  • Language Direction – the direction of the text in the table: left to right (LTR) or right to left (RTL) (dir attribute).
  • Stylesheet Classes – the class of the table element (class attribute). Note that a table element might be assigned more than one class. If this is a case, separate class names with spaces.
  • Style – CSS style definitions (style attribute). Note that each value must end with a semi-colon and individual properties should be separated with spaces.

Working With Tables

Once inserted into the document, the table can be modified. To edit the table, either double-click it, or open the table context menu by clicking it with the right mouse button or using the Menu/Application key on your keyboard.

The context menu for a table element


To delete the whole table and its contents, use the Delete Table option.

When you choose the Table Properties option, the dialog window of the same name will appear. It allows you to change the configuration options that were set when the table was created, except the number of rows and columns which are grayed out.

Additionally the table context menu lets you modify the rows, columns or particular table cells. This method makes it possible to insert new rows, columns or cells in specified locations as well as merge and split cells.

Editing Table Rows

The table context menu lets you edit table rows. If you hover your mouse over the Row menu option, further options become available.

The context menu for a table row element


Below is an overview of all Row context menu option elements:

  • Insert Row Before – inserts a new row before the one that contains the cursor.
  • Insert Row After – inserts a new row after the one that contains the cursor.
  • Delete Rows – deletes a row that contains the cursor.

Note that CKEditor makes it possible to select multiple table cells by dragging the mouse over them, so an operation like deletion may be applied to many table rows at once.

Editing Table Columns

The table context menu lets you edit table columns. If you hover your mouse over the Column menu option, further options become available.

The context menu for a table column element


Below is an overview of all Column context menu option elements:

  • Insert Column Before – inserts a new column before the one that contains the cursor.
  • Insert Column After – inserts a new column after the one that contains the cursor.
  • Delete Columns – deletes a column that contains the cursor.

Note that CKEditor makes it possible to select multiple table cells by dragging the mouse over them, so an operation like deletion may be applied to many table columns at once.

Editing Table Cells

The table context menu lets you edit table cells. If you hover your mouse over the Cell menu option, further options become available.

The context menu for a table cell element


Below is an overview of all Cell context menu option elements:

  • Insert Cell Before – inserts a new cell before the one that contains the cursor.
  • Insert Cell After – inserts a new cell after the one that contains the cursor.
  • Delete Cells – deletes a cell that contains the cursor.
  • Merge Cells – merges multiple cells in one. This option is only available if two or more cells are selected.
  • Merge Right – merges the selected cell with a cell on its right. The content of both cells becomes joined. This option is only available if no more than one cell is selected.
  • Merge Down – merges the selected cell with a cell located on its bottom. The content of both cells becomes joined. This option is only available if no more than one cell is selected.
  • Split Cell Horizontally – splits the selected cell in two, creating a new cell on its right. The content of the cell appears in the original, left cell. This option is only available if no more than one cell is selected.
  • Split Cell Vertically – splits the selected cell in two, creating a new cell on its bottom. The content of the cell appears in the original, upper cell. This option is only available if no more than one cell is selected.
  • Cell Properties – opens the Cell Properties dialog window that lets you configure cell size, type, color, and content alignment.

Note that CKEditor makes it possible to select multiple table cells by dragging the mouse over them, so an operation like deletion or merging may be applied to many table rows at once.

Cell Properties

Table cells in CKEditor can be further customized, creating a unique look and feel. Various configuration options can be set in the Cell Properties dialog window that is opened from the table cell context menu.

The Cell Properties dialog window in CKEditor


Below is an overview of all Cell Properties dialog window elements:

  • Width – the width of the cell in pixels or a percent value. Giving the width as a percent value lets you set the proportion of the row that the cell (and the column it is located in) will occupy.
  • Height – the height of the cell in pixels.
  • Cell Type – the type of the table cell — either a normal data cell or a header cell with special formatting.
  • Word Wrap – this setting turns word wrapping of the cell content on and off.
  • Rows Span – this setting stretches the cell downward over several rows. Entering a numeric value sets the rowspan attribute.
  • Columns Span – this setting stretches the cell to the right over several columns. Entering a numeric value sets the colspan attribute.
  • Horizontal Alignment – the horizontal alignment of table cell contents. The following options are available: Left, Center, Right.
  • Vertical Alignment – the vertical alignment of table cell contents. The following options are available: Top, Middle, Bottom or Baseline.
  • Background Color – the color of the cell background. You can use either of the following methods to set the color:
    • Enter the RGB value in the text box, in the rgb(nn, nn, nn) format, where nn is a numeric value on a scale from 0 to 255 representing the red, green, and blue channel.
    • Enter the hexadecimal RGB value in the text box, in the #nnnnnn format, where the n letters stand for the three pairs of hex color values representing the red, green, and blue channel.
    • Use the Choose button to open the Select color dialog window and pick the color with your mouse.
  • Border Color – the color of the cell border. You can use either of the following methods to set the color:
    • Enter the RGB value in the text box, in the rgb(nn, nn, nn) format, where nn is a numeric value on a scale from 0 to 255 representing the red, green, and blue channel.
    • Enter the hexadecimal RGB value in the text box, in the #nnnnnn format, where the n letters stand for the three pairs of hex color values representing the red, green, and blue channel.
    • Use the Choose button to open the Select color dialog window and pick the color with your mouse.
The Select Color dialog window in CKEditor used for setting the cell background and border color
This page was last edited on 27 June 2011, at 15:07.