Pluf_Form_Widget_TinyMCEInput Class Reference

Inheritance diagram for Pluf_Form_Widget_TinyMCEInput:

Pluf_Form_Widget

List of all members.

Public Member Functions

 __construct ($attrs=array())
 render ($name, $value, $extra_attrs=array())

Public Attributes

 $tiny_mceurl = '/media/js/editor/tiny_mce.js'
 $mode = 'textareas'
 $theme = 'simple'
 $include_tinymce = true


Detailed Description

Textarea with TinyMCE addition.

Constructor & Destructor Documentation

Pluf_Form_Widget_TinyMCEInput::__construct ( attrs = array()  ) 

Reimplemented from Pluf_Form_Widget.


Member Function Documentation

Pluf_Form_Widget_TinyMCEInput::render ( name,
value,
extra_attrs = array() 
)

Renders the HTML of the input.

Parameters:
string Name of the field.
mixed Value for the field, can be a non valid value.
array Extra attributes to add to the input form (array())
Returns:
string The HTML string of the input.

Reimplemented from Pluf_Form_Widget.


Member Data Documentation

Pluf_Form_Widget_TinyMCEInput::$tiny_mceurl = '/media/js/editor/tiny_mce.js'

Pluf_Form_Widget_TinyMCEInput::$mode = 'textareas'

Pluf_Form_Widget_TinyMCEInput::$theme = 'simple'

Pluf_Form_Widget_TinyMCEInput::$include_tinymce = true


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

Generated on Wed Feb 3 15:44:52 2010 for Pluf by  doxygen