Class CurrencyField

Description

adaptation of the textfield widget primitive to currency input

Designed for currency numbers to be edited in a text field widget in the HTML form

Located in /inc/formslib/currencyfield.php (line 28)

Field
   |
   --TextField
      |
      --CurrencyField
Method Summary
CurrencyField CurrencyField (string $name, [string $longname = ''], [string $description = ''], [ $allowBlanks = true])
Variables
Methods
Constructor CurrencyField (line 37)

Create a new field object, designed to be superclasses

CurrencyField CurrencyField (string $name, [string $longname = ''], [string $description = ''], [ $allowBlanks = true])
  • 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
  • $allowBlanks

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