Squiz Matrix
4.12.2
|
Public Member Functions | |
matrix_insert_quick_link () | |
paint_generic () | |
print_plugin_exec_command () | |
print_plugin_button_click () | |
print_plugin_update_toolbar () | |
Definition at line 32 of file matrix_insert_quick_link.inc.
matrix_insert_quick_link | ( | ) |
Constructor Adds the buttons for this plugins functions
Definition at line 43 of file matrix_insert_quick_link.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 57 of file matrix_insert_quick_link.inc.
print_plugin_button_click | ( | ) |
Call the insert image function when the button is clicked
Definition at line 165 of file matrix_insert_quick_link.inc.
print_plugin_exec_command | ( | ) |
Create the link a URL entered by the user IE has its own linking interface, while we use a JS prompt for Mozilla
Definition at line 149 of file matrix_insert_quick_link.inc.
print_plugin_update_toolbar | ( | ) |
Disable the toolbar when the popup is open
Definition at line 182 of file matrix_insert_quick_link.inc.