You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/editor/functionality/dialogs/table-wizard.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,46 +10,44 @@ position: 2
10
10
11
11
# Table Wizard
12
12
13
-
The Table Wizard provides advanced features for creating and customizing tables in the editor's content area. The Table Wizard is a dialog with tabs for detailed table design: **Table Design**, **Table Properties**, **Cell Properties** and **Accessibility**. The Table Wizard can be invoked using the **Insert Table Dropdown.**
14
-
15
-
## Table Design
16
-
17
-
This tab allows you to adjust the number of rows and columns, and adjust the row and column span.
18
-
19
-

13
+
The Table Wizard provides advanced features for creating and customizing tables in the editor's content area. The Table Wizard is a dialog with tabs for detailed table design: **Table Properties**, **Cell Properties**, **Table Layouts** and **Accessibility**. The Table Wizard can be invoked using the **Insert Table Dropdown.**
20
14
21
15
## Table Properties
22
16
23
-
This tab allows you to configure table dimensions and layout by setting one or more of the following table properties:
17
+
This tab allows you to adjust the number of rows and columns as well as adjust the row and column span. You can also configure table dimensions and layout by setting one or more of the following table properties:
24
18
25
19
***Width/Height** - Specifies the height and the width of the table (in pixels or percent).
26
20
27
-
***ID** - Setting an ID for a table gives some options for advanced table handling.
21
+
***Cell spacing** - Increases or decreases the space between the borders of the cells.
28
22
29
-
***CSS Class**- Specifies table CSS class and style. This property should be used only by advanced users.
23
+
***Cell padding** - Increases or decreases the space between the content and the border of a cell.
30
24
31
-
***Background Color -**Sets the background color of the table.
25
+
***Alignment**- Aligns the table to the left, center or right side of the page.
32
26
33
-
***Background Image -** Sets an image as the table background.
27
+
***Back Color**- Sets the background color of the table.
34
28
35
-
***Alignment -**Aligns the table to the left, center or right side of the page.
29
+
***CSS Class**- Specifies table CSS class and style. This property should be used only by advanced users.
36
30
37
-
***Cell spacing** - Increases or decreases the space between the borders of the cells.
31
+
***Back Image** - Sets an image as the table background.
38
32
39
-
***Cell padding** - Increases or decreases the space between the content and the border of a cell.
40
-
41
-
***Borders** - Includes setting border width, color, and layout.
33
+
***More Table Styling** - Open the style builder dialog.
The Cell Properties tab allows you to fine-tune the appearance of individual cells of a given table. Here you can configure cell width, height, alignment, background, the cell ID, toggle text wrapping and set the CSS class for a given cell.
You can select a particular predefined layout for the table an apply special formats to the heading/last row and first/last column.
46
+
47
+

50
48
51
49
## Accessibility
52
50
53
51
The Accessibility tab allows you to adjust the number of heading rows and columns, add caption settings, add a summary and to toggle if the cells are associated with the headers.
0 commit comments