Squiz Matrix
4.12.2
|
Public Member Functions | |
visual_aid (&$wysiwyg) | |
paint_generic () | |
print_plugin_button_click () | |
print_plugin_pre_get_html () | |
print_plugin_shortcuts () | |
Definition at line 34 of file visual_aid.inc.
paint_generic | ( | ) |
Prints a generic insert image function that can be used by any editor A URL must be entered for the image you want to insert. Alt text must also be entered before the image will be inserted.
Definition at line 59 of file visual_aid.inc.
print_plugin_button_click | ( | ) |
Call the insert image function when the button is clicked
Definition at line 116 of file visual_aid.inc.
print_plugin_pre_get_html | ( | ) |
Prints any JS the plugin wants executed before getHTML runs This code is a function - do not use script tags
Definition at line 135 of file visual_aid.inc.
print_plugin_shortcuts | ( | ) |
visual_aid | ( | & | $wysiwyg | ) |