-
Notifications
You must be signed in to change notification settings - Fork 35
icms_form_elements_Editor
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
XoopsEditor hanlder
- Class name: icms_form_elements_Editor
- Namespace:
- Parent class: icms_form_elements_Textarea
public mixed $editor
- Visibility: public
protected int $_cols
number of columns
- Visibility: protected
protected int $_rows
number of rows
- Visibility: protected
protected string $_value
initial content
- Visibility: protected
mixed icms_form_elements_Textarea::__construct(string caption, string name, string value, int rows, int cols)
Constuctor
- Visibility: public
- This method is defined by icms_form_elements_Textarea
- caption string - <p>caption</p>
- name string - <p>name</p>
- value string - <p>initial content</p>
- rows int - <p>number of rows</p>
- cols int - <p>number of columns</p>
string icms_form_elements_Textarea::render()
prepare HTML for output
- Visibility: public
- This method is defined by icms_form_elements_Textarea
int icms_form_elements_Textarea::getRows()
get number of rows
- Visibility: public
- This method is defined by icms_form_elements_Textarea
int icms_form_elements_Textarea::getCols()
Get number of columns
- Visibility: public
- This method is defined by icms_form_elements_Textarea
string icms_form_elements_Textarea::getValue(bool encode)
Get initial content
- Visibility: public
- This method is defined by icms_form_elements_Textarea
- encode bool - <p>To sanitize the text? Default value should be "true"; however we have to set "false" for backward compatibility</p>
mixed icms_form_elements_Textarea::setValue(value)
Set initial content
- Visibility: public
- This method is defined by icms_form_elements_Textarea
- value mixed - <p>string</p>