Text type element.
More...
|
string | $_elementTemplateType ='static' |
| Form element type.
|
|
string | $_helpbutton ='' |
| html for help button, if empty then no help
|
|
Text type element.
HTML class for a text type element
- Copyright
- 2006 Jamie Pratt me@ja.nosp@m.miep.nosp@m..org
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
MoodleQuickForm_static::__construct |
( |
| $elementName = null, |
|
|
| $elementLabel = null, |
|
|
| $text = null ) |
constructor
- Parameters
-
string | $elementName | (optional) name of the text field |
string | $elementLabel | (optional) text field label |
string | $text | (optional) Text to put in text field |
◆ export_for_template()
MoodleQuickForm_static::export_for_template |
( |
renderer_base | $output | ) |
|
Function to export the renderer data in a format that is suitable for a mustache template.
This means:
- No complex types - only stdClass, array, int, string, float, bool
- Any additional info that is required for the template is pre-calculated (e.g. capability checks).
- Parameters
-
renderer_base | $output | Used to do a final render of any components that need to be rendered for export. |
- Return values
-
Implements templatable.
◆ getElementTemplateType()
MoodleQuickForm_static::getElementTemplateType |
( |
| ) |
|
Gets the type of form element.
- Return values
-
◆ getHelpButton()
MoodleQuickForm_static::getHelpButton |
( |
| ) |
|
get html for help button
- Return values
-
string | html for help button |
◆ MoodleQuickForm_static()
MoodleQuickForm_static::MoodleQuickForm_static |
( |
| $elementName = null, |
|
|
| $elementLabel = null, |
|
|
| $text = null ) |
The documentation for this class was generated from the following file: