-
Notifications
You must be signed in to change notification settings - Fork 35
icms_form_elements_Dhtmltextarea
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!
A textarea with bbcode formatting and smilie buttons
- Class name: icms_form_elements_Dhtmltextarea
- Namespace:
- Parent class: icms_form_elements_Textarea
public mixed $htmlEditor = array()
Extended HTML editor definition
Note: the PM window doesn't use icms_form_elements_Dhtmltextarea, so no need to report it doesn't work here
array('className', 'classPath'): To create an instance of "className", declared in the file ICMS_ROOT_PATH . $classPath
Example: $htmlEditor = array('XoopsFormTinyeditorTextArea', '/class/xoopseditor/tinyeditor/formtinyeditortextarea.php');
- Visibility: public
private string $_hiddenText
Hidden text
- Visibility: private
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
mixed icms_form_elements_Dhtmltextarea::renderValidationJS()
Render Validation Javascript
- Visibility: public
string icms_form_elements_Dhtmltextarea::_renderSmileys()
prepare HTML for output of the smiley list.
- Visibility: private
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>