Class RadioList

Description

a radio button list based on the ChoiceList class

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

Field
   |
   --ChoiceList
      |
      --RadioList
Variable Summary
string $radioclass
Method Summary
RadioList RadioList (string $name, [string $description = ''])
void display ()
void format ( $data)
void selectable ()
Variables
Methods
Constructor RadioList (line 36)

Create a new radiolist object

RadioList RadioList (string $name, [string $description = ''])
  • string $name: the name of the field (db name, and html field name
  • string $description: long name to be used in the label of the field in display
display (line 41)
void display ()

Redefinition of:
ChoiceList::display()
format (line 45)
void format ( $data)
  • $data

Redefinition of:
ChoiceList::format()
A test text-based format function for the object.
selectable (line 63)
void selectable ()

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

Inherited Methods

Inherited From ChoiceList

ChoiceList::ChoiceList()
ChoiceList::append()
ChoiceList::connectDB()
ChoiceList::display()
ChoiceList::displayInTable()
ChoiceList::format()
ChoiceList::getValue()
ChoiceList::isValid()
ChoiceList::prepend()
ChoiceList::selectedValue()
ChoiceList::set()
ChoiceList::setDefault()
ChoiceList::setFormat()
ChoiceList::setValuesArray()
ChoiceList::sqlSetStr()
ChoiceList::text_dump()
ChoiceList::update()
ChoiceList::__clone()

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