![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
Public Member Functions | |
| HTML_QuickForm_htmlarea ($elementName=null, $elementLabel=null, $attributes=null) | |
| setWysiwygOptions ($atts) | |
| toHtml () | |
| getFrozenHtml () | |
Data Fields | |
| $_basePath = '.' | |
| $editorName = 'FCKEditor' | |
| $tinyMCE_atts | |
| $wysiwygOptions = array() | |
HTML class for a textarea type field
Definition at line 28 of file htmlarea.php.
| getFrozenHtml | ( | ) |
Returns the value of field without HTML tags (in this case, value is changed to a mask)
Definition at line 153 of file htmlarea.php.
| HTML_QuickForm_htmlarea | ( | $elementName = null, |
|
$elementLabel = null, |
|||
$attributes = null |
|||
| ) |
Definition at line 39 of file htmlarea.php.
| setWysiwygOptions | ( | $atts | ) |
Sets wysiwyg editor options. Currently only supported by TinyMCE.
Definition at line 49 of file htmlarea.php.
| toHtml | ( | ) |
Returns the textarea element in HTML
Definition at line 70 of file htmlarea.php.
| $_basePath = '.' |
Definition at line 30 of file htmlarea.php.
| $editorName = 'FCKEditor' |
Definition at line 33 of file htmlarea.php.
| $tinyMCE_atts |
Definition at line 34 of file htmlarea.php.
| $wysiwygOptions = array() |
Definition at line 37 of file htmlarea.php.
1.8.1.2