Squiz Matrix
4.12.2
|
Public Member Functions | |
Table_Editing (&$wysiwyg) | |
print_plugin_vars () | |
paint_generic () | |
print_plugin_button_click () | |
print_plugin_update_toolbar () | |
print_plugin_get_html () | |
Definition at line 34 of file table_editing.inc.
paint_generic | ( | ) |
Prints generic functions to insert an manipulate tables
Definition at line 75 of file table_editing.inc.
print_plugin_button_click | ( | ) |
Call the appropriate function when a button is clicked
Definition at line 299 of file table_editing.inc.
print_plugin_get_html | ( | ) |
Removes empty class tags that the table borders button may have left This code is a function - do not use script tags
Definition at line 341 of file table_editing.inc.
print_plugin_update_toolbar | ( | ) |
When the toolbar is updated, show or hide table borders
Definition at line 328 of file table_editing.inc.
print_plugin_vars | ( | ) |
Prints vars needed by the table editing functions
Definition at line 60 of file table_editing.inc.
Table_Editing | ( | & | $wysiwyg | ) |
Constructor Adds buttons needed for table editing
Definition at line 45 of file table_editing.inc.