Class IdField

Description

a textfield object designed to hold the database key (or id) field

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

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

Create a new field object, designed to be superclasses

IdField IdField (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 39)
void displayInTable ([ $cols = 3])
  • $cols

Redefinition of:
TextField::displayInTable()

Inherited Methods

Inherited From TextField

TextField::TextField()
TextField::displayInTable()
TextField::hidden()
TextField::selectable()
TextField::selectedValue()
TextField::_textCleaner()

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:35 +0000 by phpDocumentor 1.3.0