From eb476e4adb7ba608faa8387dd3030aef537c45e3 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Tue, 26 Sep 2006 13:32:15 +0000 Subject: [PATCH] file describing a static form element for moodle with setHelpButton method --- lib/form/static.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lib/form/static.php diff --git a/lib/form/static.php b/lib/form/static.php new file mode 100644 index 0000000000..82a6073433 --- /dev/null +++ b/lib/form/static.php @@ -0,0 +1,45 @@ +_helpbutton=call_user_func_array('helpbutton', $helpbuttonargs); + } + /** + * get html for help button + * + * @access public + * @return string html for help button + */ + function getHelpButton(){ + return $this->_helpbutton; + } +} +?> \ No newline at end of file -- 2.39.5