[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/pear/HTML/QuickForm/ -> submit.php (summary)

(no description)

File Size: 82 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HTML_QuickForm_submit:: (3 methods):
  HTML_QuickForm_submit()
  freeze()
  exportValue()


Class: HTML_QuickForm_submit  - X-Ref

HTML class for a submit type element

HTML_QuickForm_submit($elementName=null, $value=null, $attributes=null)   X-Ref
Class constructor

param: string    Input field name attribute
param: string    Input field value
param: mixed     Either a typical HTML attribute string or an associative array
return: void

freeze()   X-Ref
Freeze the element so that only its value is returned

return: void

exportValue(&$submitValues, $assoc = false)   X-Ref
Only return the value if it is found within $submitValues (i.e. if
this particular submit button was clicked)




Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1