Class: I2CE FormField FLOAT
From IHRIS Wiki
This article describes the class I2CE_FormField_FLOAT.
- Extends the class: I2CE_FormField_DB_FLOAT.
- Parent Classses: I2CE_FormField_DB_FLOAT I2CE_FormField I2CE_Fuzzy
- Location: Part of the module Float in the package I2CE
- Source: Defined in the file modules/Forms/modules/Float/lib/I2CE_FormField_FLOAT.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v3.1.0
Class for defining all the database fields used by a object.
Methods
__construct()
Create a new instance of a I2CE_FormField
- Signature: public function __construct($name,$options)
- Parameters:
isValid()
Checks to see if the current value for this is set and valid.
- Signature: public function isValid()
- Returns: boolean
processDOMEditable()
- Signature: public function processDOMEditable($node,$template,$form_node)
- Parameters:
- $node
- $template
- $form_node
- Returns: array
of DOMNode
processDOMNotEditable()
- Signature: public function processDOMNotEditable($node,$template,$form_node)
- Parameters:
- $node
- $template
- $form_node
- Returns: array
of DOMNodes