Viewing File: /people/testlab/www/testlab.com.pl/spaw2/plugins/core/lib/toolbars/tools.toolbar.php
<?php
$items = array
(
new SpawTbButton("core", "cleanup", "isInDesignMode", "", "codeCleanupClick"),
new SpawTbButton("core", "toggle_borders", "isInDesignMode", "toggleBordersPushed", "toggleBordersClick"),
new SpawTbImage("core", "separator"),
new SpawTbButton("core", "table_create", "isInDesignMode", "", "tableCreateClick"),
// new SpawTbImage("core", "separator"),
new SpawTbButton("core", "table_prop", "isTablePropertiesEnabled", "", "tablePropClick", SPAW_AGENT_ALL, true),
new SpawTbButton("core", "table_cell_prop", "isTableCellPropertiesEnabled", "", "tableCellPropClick", SPAW_AGENT_ALL, true),
new SpawTbImage("core", "separator"),
new SpawTbButton("core", "table_row_insert", "isTableCellPropertiesEnabled", "", "insertTableRowClick", SPAW_AGENT_ALL, true),
new SpawTbButton("core", "table_column_insert", "isTableCellPropertiesEnabled", "", "insertTableColumnClick", SPAW_AGENT_ALL, true),
new SpawTbButton("core", "table_row_delete", "isTableCellPropertiesEnabled", "", "deleteTableRowClick", SPAW_AGENT_ALL, true),
new SpawTbButton("core", "table_column_delete", "isTableCellPropertiesEnabled", "", "deleteTableColumnClick", SPAW_AGENT_ALL, true),
new SpawTbButton("core", "table_cell_merge_right", "isTableCellPropertiesEnabled", "", "mergeTableCellRightClick", SPAW_AGENT_ALL, true),
new SpawTbButton("core", "table_cell_merge_down", "isTableCellPropertiesEnabled", "", "mergeTableCellDownClick", SPAW_AGENT_ALL, true),
new SpawTbButton("core", "table_cell_split_horizontal", "isTableCellPropertiesEnabled", "", "splitTableCellHorizontallyClick", SPAW_AGENT_ALL, true),
new SpawTbButton("core", "table_cell_split_vertical", "isTableCellPropertiesEnabled", "", "splitTableCellVerticallyClick", SPAW_AGENT_ALL, true),
);
?>
Back to Directory
File Manager