Form
- Namespace: \Redaxscript\Admin\Html
- Description: children class to create a admin form
- Package: Redaxscript
- Category: Html
- Author: Henry Ruhs
- Method: create
- Method: delete
- Method: save
- Method: uninstall
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_languageArray | protected | ||
_attributeArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | public | constructor of the class |
__call | public | call method as needed |
__toString | public | stringify the form |
init | public | init the class |
legend | public | append the legend |
label | public | append the label |
textarea | public | append the textarea |
select | public | append the select |
selectRange | public | append the select range |
captcha | public | append the captcha |
token | public | append the token |
render | public | render the form |
_createInput | protected | create the input |
_createOption | protected | create the option |
_createButton | protected | create the button |
_createLink | protected | append the link |
html | public | set the html |
append | public | append to the html |
prepend | public | prepend to the html |
clear | public | clear the html |
Method | Visibility | Description |