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

Public Member Functions

 HTML_QuickForm_table ($elementName=null, $elementLabel=null, $attributes=null)
 addField (&$element)
 setName ($name)
 getName ()
 setValue ($value)
 getValue ()
 toHtml ()
 getFrozenHtml ()

Data Fields

 $columnTemplates = array()
 $name = ''
 $value

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 22 of file table.php.

Member Function Documentation

addField ( $element)

Definition at line 40 of file table.php.

getFrozenHtml ( )

Returns the value of field without HTML tags

Since
1.0 public
Returns
string

Definition at line 213 of file table.php.

getName ( )

Definition at line 50 of file table.php.

getValue ( )

Definition at line 84 of file table.php.

HTML_QuickForm_table (   $elementName = null,
  $elementLabel = null,
  $attributes = null 
)

Definition at line 29 of file table.php.

setName (   $name)

Definition at line 45 of file table.php.

setValue (   $value)

Definition at line 55 of file table.php.

toHtml ( )

Returns the textarea element in HTML

Since
1.0 public
Returns
string

Definition at line 100 of file table.php.

Field Documentation

$columnTemplates = array()

Definition at line 24 of file table.php.

$name = ''

Definition at line 25 of file table.php.

$value

Definition at line 26 of file table.php.


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