format | The format of one column when editing the table. A cell can be a text input field, or any of these edit field types: • Text input field (1 line): = | text, <size>, <initial value> | = • Textarea input field: = | textarea, <rows>x<columns>, <initial value> | = • Drop down box: = | select, <size>, <option 1>, <option 2>, etc* | = * only one item can be selected • Radio buttons: = | radio, <size*>, <option 1>, <option 2>, etc | = * size indicates the number of buttons per line in edit mode • Checkboxes: = | checkbox, <size*>, <option 1>, <option 2>, etc | = * size indicates the number of checkboxes per line in edit mode • Fixed label: = | label, 0, <label text> | = • Row number: = | row, <offset> | = • Date: = | date, <size>, <initial value>, <DHTML date format> | = (see Date Field Type) | "text, 16" for all cells |
editbutton | Set edit button text, e.g. "Edit this table"; set button image with alt text, e.g. "Edit table, %PUBURL%/%TWIKIWEB%/TWikiDocGraphics/edittopic.gif"; hide edit button at the end of the table with "hide" (Note: Button is automatically hidden if an edit button is present in a cell) | EDITBUTTON plugin setting |