Class: I2CE SimpleList: Difference between revisions

From IHRIS Wiki
No edit summary
(Redirected page to Class: I2CE SimpleList (4.1.7))
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
This article describes the class ''I2CE_SimpleList''.
#REDIRECT [[Class: I2CE_SimpleList (4.1.7)]]
*Extends the class: [[Class: I2CE_List | I2CE_List]].
*Location: Part of the module [[iHRIS Module List#Lists|Lists]] in the package [https://launchpad.net/i2ce I2CE]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:/modules/Forms/modules/Lists/lib/I2CE_SimpleList.php modules/Forms/modules/Lists/lib/I2CE_SimpleList.php]
*Author: Luke Duncan <lduncan@intrahealth.org>
*Since: v2.0.0
Object for dealing with simple lists.
==Form Fields==
This class is a [[Class: I2CE_Form |form class]] and provides the following [[Class: I2CE_FormField |form fields]]
==name==
The form field ''name'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
==Methods==
===getHTMLTemplate()===
Return the HTML file name for the form template for this form.
*Signature: public function getHTMLTemplate()
*Returns: [http://www.php.net/manual/en/language.types.string.php string ]
===getListType()===
Return the list edit type for this list. The possible return values are "list," "dual," or "select." Select will display a drop down of all choices and list and dual will list them all in a table.  Dual includes the linked list object for the object.
*Signature: public function getListType()
*Returns: [http://www.php.net/manual/en/language.types.string.php string ]
 
 
[[Category:Class Documentation]]

Latest revision as of 08:49, 23 August 2013