![]() |
Xataface 2.0
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 |
array(
'theme','plugins','language','ask','docs_language','debug','focus_alert','directionality','auto_resize','browsers','dialog_type','accessibility_warnings','accessibility_focus','event_elements','table_inline_editing','object_resizing','custom_shortcuts','convert_urls','relative_urls','remove_script_host','document_base_url','content_css','popups_css','editor_css','width','height','visual','visual_table_class','cleanup','valid_elements','extended_valid_elements','invalid_elements','verify_css_classes','verify_html','preformatted','encoding','cleanup_on_startup','fix_content_duplication','inline_styles','convert_newlines_to_brs','force_br_newlines','force_p_newlines','entities','entity_encoding','remove_linebreaks','convert_fonts_to_spans','font_size_classes','font_size_style_values','merge_styles_invalid_parents','force_hex_style_colors','apply_source_formatting','trim_span_elements','doctype','fix_list_elements','fix_table_elements','theme_advanced_toolbar_location','theme_advanced_resizing','theme_advanced_buttons1_add_before','theme_advanced_buttons1_add','theme_advanced_buttons2_add','theme_advanced_buttons2_add_before','theme_advanced_buttons3_add_before','theme_advanced_buttons3_add','theme_advanced_toolbar_location','theme_advanced_toolbar_align','theme_advanced_path_location'
)
Definition at line 34 of file htmlarea.php.
| $wysiwygOptions = array() |
Definition at line 37 of file htmlarea.php.
1.7.4