| 8 | |
| 9 | == Configuration == |
| 10 | |
| 11 | **See the [wiki:NewbieGuide#ProvideSomeConfiguration NewbieGuide] for how to set configuration values in general, the below configuration options are available for this plugin.** |
| 12 | |
| 13 | Configuration of this plugin is not normally required, however there exist some options if you wish to customise it's function... |
| 14 | |
| 15 | |
| 16 | `xinha_config.TableOperations.showButtons = (bool);`:: |
| 17 | Show the toolbar buttons, default true |
| 18 | `xinha_config.TableOperations.tabToNext = (bool);`:: |
| 19 | Tab in a cell to move to the next cell (shift-tab for previous), default true |
| 20 | `xinha_config.TableOperations.dblClickOpenTableProperties = (bool);`:: |
| 21 | Double-Click a cell to open the properties, default false. Note this can be a but unintuitive if enabled, hence off by default. |
| 22 | `xinha_config.TableOperations.toolbarLayout = ('compact' or 'full');`:: |
| 23 | Adjusts the way buttons are shown in the tool bar, default 'compact' |
| 24 | `xinha_config.TableOperations.noFrameRulesOptions = (bool);`:: |
| 25 | Disable "Frame and Border" options in the table properties, default true. Note that these rules can be confusing, hence off by default. |
| 26 | `xinha_config.TableOperations.addToolbarLineBreak = (bool);`:: |
| 27 | Adds a 'linebreak' in the toolbar to put the table buttons on a new "bar", default true. |
| 28 | |