Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

(no description)

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

Defines 2 classes

HTML_QuickForm_text:: (2 methods):
  __construct()
  HTML_QuickForm_text()

name:: (2 methods):
  setSize()
  setMaxlength()


Class: HTML_QuickForm_text  - X-Ref

HTML class for a text field

__construct($elementName=null, $elementLabel=null, $attributes=null)   X-Ref
Class constructor

param: string    $elementName    (optional)Input field name attribute
param: string    $elementLabel   (optional)Input field label
param: mixed     $attributes     (optional)Either a typical HTML attribute string
return: void

HTML_QuickForm_text($elementName=null, $elementLabel=null, $attributes=null)   X-Ref
Old syntax of class constructor. Deprecated in PHP7.


Class: name  - X-Ref

setSize($size)   X-Ref
Sets size of text field

param: string    $size  Size of text field
return: void

setMaxlength($maxlength)   X-Ref
Sets maxlength of text field

param: string    $maxlength  Maximum length of text field
return: void