29 $this->plugin_object = $a_val;
48 public function getHTML($a_comp, $a_part, $a_par = array())
59 public function modifyGUI($a_comp, $a_part, $a_par = array())
72 switch ($a_resp[
"mode"]) {
74 $a_def_html = $a_resp[
"html"];
77 $a_def_html .= $a_resp[
"html"];
80 $a_def_html = $a_resp[
"html"] . $a_def_html;
102 return array(
"target" =>
false);
gotoHook()
Goto script hook.
setPluginObject($a_val)
Set plugin object.
checkGotoHook($a_target)
Goto script hook.
getPluginObject()
Get plugin object.
modifyGUI($a_comp, $a_part, $a_par=array())
Modify user interface, paramters contain classes that can be modified.
getHTML($a_comp, $a_part, $a_par=array())
Get html for ui area.
User interface hook class.
modifyHTML($a_def_html, $a_resp)
Modify HTML based on default html and plugin response.