Squiz Matrix
4.12.2
|
Public Member Functions | |
Snippet_Keyword_Replace (&$wysiwyg) | |
print_plugin_vars () | |
print_plugin_create_select () | |
print_plugin_combo_selected () | |
print_plugin_button_click () | |
Data Fields | |
$keyword_tag = '' | |
$keywords = Array() | |
Definition at line 33 of file snippet_keyword_replace.inc.
print_plugin_button_click | ( | ) |
Build and show a list of snippet description
Definition at line 147 of file snippet_keyword_replace.inc.
print_plugin_combo_selected | ( | ) |
When the select box option is changed
Definition at line 127 of file snippet_keyword_replace.inc.
print_plugin_create_select | ( | ) |
Populate the select boxes with the options stored in the WYSIWYGs vars (set ealier)
Definition at line 104 of file snippet_keyword_replace.inc.
print_plugin_vars | ( | ) |
Set the options for the select box as vars of the object
Definition at line 74 of file snippet_keyword_replace.inc.
Snippet_Keyword_Replace | ( | & | $wysiwyg | ) |