SForm_Elm_Textarea __construct(
[string
$id = null], [string
$label = null], [array
$attributes = null]
)
|
|
Ensure the existence of 'rows' and 'cols' attributes.
They are required in XHTML 1.1
Parameters:
|
string |
$id: |
Local ID of this element |
|
string |
$label: |
The button text |
|
array |
$attributes: |
Any extra attributes |
API Tags:
Redefinition of:
- SForm_Element::__construct()
- Construct with an identity. Optionally add a label and more attributes.
Return the header
API Tags:
| Return: | The header |
| Access: | public |
Redefinition of:
- SForm_Element::toHtml()
- Create a HTML representation of this element