Squiz Matrix
4.12.2
|
Public Member Functions | |
Matrix_Apply_Style (&$wysiwyg) | |
print_plugin_vars () | |
print_plugin_create_select () | |
print_plugin_update_toolbar () | |
print_plugin_combo_selected () | |
process (&$html) | |
getDesignClasses () | |
Data Fields | |
$_css_classes = Array() | |
Definition at line 33 of file matrix_apply_style.inc.
getDesignClasses | ( | ) |
Gets current classes from applied design
Definition at line 473 of file matrix_apply_style.inc.
Matrix_Apply_Style | ( | & | $wysiwyg | ) |
print_plugin_combo_selected | ( | ) |
When the select box option is changed, apply changes to selected HTML
Definition at line 229 of file matrix_apply_style.inc.
print_plugin_create_select | ( | ) |
Populate the select boxes with the options stored in the WYSIWYGs vars (set ealier)
Definition at line 151 of file matrix_apply_style.inc.
print_plugin_update_toolbar | ( | ) |
When the toolbar is updated, change the selected option to reflect the selected text
Definition at line 170 of file matrix_apply_style.inc.
print_plugin_vars | ( | ) |
Set the options for the select boxes as vars of the object
Definition at line 113 of file matrix_apply_style.inc.
process | ( | & | $html | ) |
Removes all applied styles that are blank
string | &html the HTML that was submitted by the editor |
Definition at line 459 of file matrix_apply_style.inc.