|
string | $_formid = '' |
| Need to store id of form as we may need it for helpbutton.
|
|
string | $_helpbutton ='' |
| html for help button, if empty then no help
|
|
bool | $_hiddenLabel =false |
| if true label will be hidden
|
|
|
bool | $forceltr = false |
| Whether to force the display of this element to flow LTR.
|
|
◆ __construct()
MoodleQuickForm_wikieditor::__construct |
( |
|
$elementName = null , |
|
|
|
$elementLabel = null , |
|
|
|
$attributes = null |
|
) |
| |
Constructor.
- Parameters
-
string | $elementName | (optional) name of the text field |
string | $elementLabel | (optional) text field label |
string | $attributes | (optional) Either a typical HTML attribute string or an associative array |
Reimplemented from MoodleQuickForm_textarea.
◆ export_for_template()
MoodleQuickForm_wikieditor::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
-
Reimplemented from MoodleQuickForm_textarea.
◆ get_force_ltr()
MoodleQuickForm_textarea::get_force_ltr |
( |
| ) |
|
|
inherited |
Get force LTR option.
- Return values
-
◆ getElementTemplateType()
MoodleQuickForm_textarea::getElementTemplateType |
( |
| ) |
|
|
inherited |
Slightly different container template when frozen.
- Return values
-
◆ getHelpButton()
MoodleQuickForm_textarea::getHelpButton |
( |
| ) |
|
|
inherited |
get html for help button
- Return values
-
string | html for help button |
◆ MoodleQuickForm_textarea()
MoodleQuickForm_textarea::MoodleQuickForm_textarea |
( |
|
$elementName = null , |
|
|
|
$elementLabel = null , |
|
|
|
$attributes = null |
|
) |
| |
|
inherited |
Old syntax of class constructor.
Deprecated in PHP7.
- Deprecated:
- since Moodle 3.1
◆ MoodleQuickForm_wikieditor()
MoodleQuickForm_wikieditor::MoodleQuickForm_wikieditor |
( |
|
$elementName = null , |
|
|
|
$elementLabel = null , |
|
|
|
$attributes = null |
|
) |
| |
Old syntax of class constructor.
Deprecated in PHP7.
- Deprecated:
- since Moodle 3.1
◆ onQuickFormEvent()
MoodleQuickForm_textarea::onQuickFormEvent |
( |
|
$event, |
|
|
|
$arg, |
|
|
& |
$caller |
|
) |
| |
|
inherited |
Called by HTML_QuickForm whenever form event is made on this element.
- Parameters
-
string | $event | Name of event |
mixed | $arg | event arguments |
object | $caller | calling object |
◆ set_force_ltr()
MoodleQuickForm_textarea::set_force_ltr |
( |
|
$value | ) |
|
|
inherited |
Force the field to flow left-to-right.
This is useful for fields such as code or configuration snippets.
- Parameters
-
bool | $value | The value to set the option to. |
◆ setHiddenLabel()
MoodleQuickForm_textarea::setHiddenLabel |
( |
|
$hiddenLabel | ) |
|
|
inherited |
Sets label to be hidden.
- Parameters
-
bool | $hiddenLabel | sets if label should be hidden |
◆ toHtml()
MoodleQuickForm_wikieditor::toHtml |
( |
| ) |
|
The documentation for this class was generated from the following file: