Class CommentField

Description

a non-SQL active field (for the information of the user, not the database)

Located in /inc/formslib/commentfield.php (line 26)

Field
   |
   --CommentField
Method Summary
CommentField CommentField (string $name, [string $longname = ''], [string $description = ''])
void displayInTable ([ $cols = 3])
void hidden ()
void selectable ()
Variables
Methods
Constructor CommentField (line 35)

Create a new commet field object

CommentField CommentField (string $name, [string $longname = ''], [string $description = ''])
  • string $name: the name of the field (db name, and html field name
  • string $longname: long name to be used in the label of the field in display
  • string $description: used in the html title or longdesc for the field
displayInTable (line 42)
void displayInTable ([ $cols = 3])
  • $cols

Redefinition of:
Field::displayInTable()
render this form widget in an html table
hidden (line 61)
void hidden ()

Redefinition of:
Field::hidden()
html representation of this field as a "hidden" form widget
selectable (line 57)
void selectable ()

Redefinition of:
Field::selectable()
return an html representation of the widget

Inherited Methods

Inherited From Field

Field::Field()
Field::display()
Field::displayInTable()
Field::getValue()
Field::hidden()
Field::isValid()
Field::log()
Field::selectable()
Field::selectedValue()
Field::set()
Field::setattr()
Field::setEditable()
Field::setNamebase()
Field::sqlSetStr()
Field::text_dump()
Field::update()
Field::__clone()

Documentation generated on Tue, 06 Mar 2007 10:01:05 +0000 by phpDocumentor 1.3.0