Field to view/edit currency.
This is almost the same as a DBLNumberField, it only has constructor which sets the DBLNumberField properties to values suitable to display currency.
See constructor description to learn what is special about this field.
Located in /DBLCurrencyField.php (line 19)
DBLField | --DBLTextField | --DBLNumberField | --DBLCurrencyField
Inherited from DBLNumberField
DBLNumberField::$allowedRE
DBLNumberField::$detailFormat
DBLNumberField::$editFormat
DBLNumberField::$indexFormat
DBLNumberField::$maxVal
DBLNumberField::$minVal
Inherited from DBLTextField
DBLTextField::$editSize
DBLTextField::$filterSize
DBLTextField::$maxLen
Inherited from DBLField
DBLField::$addAsterixes
DBLField::$allowEmpty
DBLField::$computed
DBLField::$dbName
DBLField::$default
DBLField::$detailAttributes
DBLField::$detailPostfix
DBLField::$detailPrefix
DBLField::$editAttributes
DBLField::$editPostfix
DBLField::$editPrefix
DBLField::$filterAttributes
DBLField::$filterPostfix
DBLField::$filterPrefix
DBLField::$indexAttributes
DBLField::$indexPostfix
DBLField::$indexPrefix
DBLField::$lookupField
DBLField::$name
DBLField::$needsMultipart
DBLField::$noOrderByTitle
DBLField::$readOnly
DBLField::$referenceURL
DBLField::$titleHTML
DBLField::$titleTxt
DBLField::$widgetAttributes
Constructor.
The constructor has two extra parameters - prefix and postfix. They are used to construct the crrency format string. Prefix is placed before monetary value, postfix after it.
EXAMPLE 1: For dollars, the prefix would be "$", the postfix "" (empty).
EXAMPLE 2: For euros (textual, not euro sign), the prefix would be "" (empty) and the postfix " EUR".
Inherited From DBLNumberField
DBLNumberField::DBLNumberField()
DBLNumberField::checkValue()
DBLNumberField::formatDetail()
DBLNumberField::formatEdit()
DBLNumberField::formatIndex()
DBLNumberField::jsCheck()
Inherited From DBLTextField
DBLTextField::DBLTextField()
DBLTextField::formatEdit()
DBLTextField::formatFilter()
DBLTextField::formatWidget()
Inherited From DBLField
DBLField::DBLField()
DBLField::acceptFilterValue()
DBLField::acceptValue()
DBLField::addCondition()
DBLField::checkValue()
DBLField::formatDetail()
DBLField::formatEdit()
DBLField::formatFilter()
DBLField::formatIndex()
DBLField::jsCheck()
DBLField::setTitle()
DBLField::splitValue()
Documentation generated on Mon, 6 Sep 2004 21:57:05 +0200 by phpDocumentor 1.2.3