Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Public Member Functions | Data Fields
HTML_QuickForm_htmlarea Class Reference

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()

Detailed Description

HTML class for a textarea type field

Author
Steve Hannah shann.nosp@m.ah@s.nosp@m.fu.ca
Version
0.1.0
Since
PHP4.04pl1 public

Definition at line 28 of file htmlarea.php.

Member Function Documentation

getFrozenHtml ( )

Returns the value of field without HTML tags (in this case, value is changed to a mask)

Since
1.0 public
Returns
string

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

Since
1.0 public
Returns
string

Definition at line 70 of file htmlarea.php.

Field Documentation

$_basePath = '.'

Definition at line 30 of file htmlarea.php.

$editorName = 'FCKEditor'

Definition at line 33 of file htmlarea.php.

$tinyMCE_atts
Initial value:
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.


The documentation for this class was generated from the following file: