I2CE Module List: Difference between revisions

From IHRIS Wiki
No edit summary
(Redirected page to I2CE Module List (4.1.7))
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is a list of all modules available in version 4.0.0 of the package [https://launchpad.net/i2ce I2CE]
#REDIRECT [[I2CE_Module_List_(4.1.7)]]
==BackgroundProcess==
This describes version 4.0.0 of the module Background Processes (BackgroundProcess)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/BackgroundProcess  i2ce/modules/BackgroundProcess ]
*Module Class: The module class is implemented by [[Class: I2CE_BackgroundProcess| I2CE_BackgroundProcess]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#launchBackgroundProcess() | I2CE_Page->launchBackgroundProcess() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundProcess() | launchBackgroundProcess()]]
**Implements the method [[Class: I2CE_Module#launchBackgroundProcess() | I2CE_Module->launchBackgroundProcess() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundProcess() | launchBackgroundProcess()]]
**Implements the method [[Class: I2CE_Template#launchBackgroundProcess() | I2CE_Template->launchBackgroundProcess() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundProcess() | launchBackgroundProcess()]]
**Implements the method [[Class: I2CE_Page#launchBackgroundPHPScript() | I2CE_Page->launchBackgroundPHPScript() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundPHPScript() | launchBackgroundPHPScript()]]
**Implements the method [[Class: I2CE_Module#launchBackgroundPHPScript() | I2CE_Module->launchBackgroundPHPScript() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundPHPScript() | launchBackgroundPHPScript()]]
**Implements the method [[Class: I2CE_Template#launchBackgroundPHPScript() | I2CE_Template->launchBackgroundPHPScript() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundPHPScript() | launchBackgroundPHPScript()]]
**Implements the method [[Class: I2CE_Page#launchBackgroundPage() | I2CE_Page->launchBackgroundPage() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundPage() | launchBackgroundPage()]]
**Implements the method [[Class: I2CE_Module#launchBackgroundPage() | I2CE_Module->launchBackgroundPage() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundPage() | launchBackgroundPage()]]
**Implements the method [[Class: I2CE_Template#launchBackgroundPage() | I2CE_Template->launchBackgroundPage() ]] via [[Class: I2CE_BackgroundProcess#launchBackgroundPage() | launchBackgroundPage()]]
*Description: A convenience module to allow the running of process in the background
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
*Paths:
**CONFIGS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/BackgroundProcess//configs modules/BackgroundProcess//configs]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/BackgroundProcess//templates modules/BackgroundProcess//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/BackgroundProcess/templates/en_US//background_process_menu.html background_process_menu.html]
 
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/BackgroundProcess//css modules/BackgroundProcess//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/BackgroundProcess// modules/BackgroundProcess//] <br/>[[Class: I2CE_BackgroundProcess | I2CE_BackgroundProcess]], [[Class: I2CE_Page_BackgroundProcess | I2CE_Page_BackgroundProcess]], [[Class: I2CE_Page_Run_SQL | I2CE_Page_Run_SQL]]
==BinField==
This describes version 4.0.1.1 of the module Binary Fields (BinField)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Binary_Files  i2ce/modules/Forms/modules/Binary_Files ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_BinaryFiles| I2CE_Module_BinaryFiles]]
*Description: A module that allows binary files for  form fields
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MimeTypes | MimeTypes]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Binary_Files//lib modules/Forms/modules/Binary_Files//lib] <br/>[[Class: I2CE_FormField_BINARY_FILE | I2CE_FormField_BINARY_FILE]], [[Class: I2CE_FormField_DB_BLOB | I2CE_FormField_DB_BLOB]], [[Class: I2CE_FormField_DOCUMENT | I2CE_FormField_DOCUMENT]], [[Class: I2CE_FormField_IMAGE | I2CE_FormField_IMAGE]], [[Class: I2CE_Module_BinaryFiles | I2CE_Module_BinaryFiles]], [[Class: I2CE_Page_BinaryField | I2CE_Page_BinaryField]]
==CachedForms==
This describes version 4.0.2 of the module Cached Forms (CachedForms)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/CachedForms  i2ce/modules/Forms/modules/CachedForms ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_CachedForms| I2CE_Module_CachedForms]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_FormField#cachedTableReference() | I2CE_FormField->cachedTableReference() ]] via [[Class: I2CE_Module_CachedForms#cachedTableReference() | cachedTableReference()]]
*Description: A module that allow the creation of a cached table corresponding to a form
*Requirements:
**[[iHRIS Module List#forms-storage | forms-storage]] at least 4.0 and less than 4.1
**[[iHRIS Module List#BackgroundProcess | BackgroundProcess]] at least 4.0 and less than 4.1
*Paths:
**CONFIGS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/CachedForms//configs modules/Forms/modules/CachedForms//configs]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/CachedForms//lib modules/Forms/modules/CachedForms//lib] <br/>[[Class: I2CE_CachedForm | I2CE_CachedForm]], [[Class: I2CE_Module_CachedForms | I2CE_Module_CachedForms]], [[Class: I2CE_Page_CachedForm | I2CE_Page_CachedForm]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/CachedForms//templates modules/Forms/modules/CachedForms//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/CachedForms/templates/en_US//cachedforms_menu.html cachedforms_menu.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/CachedForms/templates/en_US//cachedforms_menu_each.html cachedforms_menu_each.html]
 
==ColorPicker==
This describes version 4.0.0 of the module Color Picker (ColorPicker)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/ColorPicker  i2ce/modules/MooTools/modules/ColorPicker ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_ColorPicker| I2CE_Module_ColorPicker]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_SwissConfig_Default#displayValue_color_triple_rgb_single() | I2CE_SwissConfig_Default->displayValue_color_triple_rgb_single() ]] via [[Class: I2CE_Module_ColorPicker#displayValue_color_triple_rgb_single() | displayValue_color_triple_rgb_single()]]
**Implements the method [[Class: I2CE_SwissConfig_Default#displayValue_color_triple_rgb_many() | I2CE_SwissConfig_Default->displayValue_color_triple_rgb_many() ]] via [[Class: I2CE_Module_ColorPicker#displayValue_color_triple_rgb_many() | displayValue_color_triple_rgb_many()]]
**Implements the method [[Class: I2CE_SwissConfig_Default#displayValue_color_triple_hex_single() | I2CE_SwissConfig_Default->displayValue_color_triple_hex_single() ]] via [[Class: I2CE_Module_ColorPicker#displayValue_color_triple_hex_single() | displayValue_color_triple_hex_single()]]
**Implements the method [[Class: I2CE_SwissConfig_Default#displayValue_color_triple_hex_many() | I2CE_SwissConfig_Default->displayValue_color_triple_hex_many() ]] via [[Class: I2CE_Module_ColorPicker#displayValue_color_triple_hex_many() | displayValue_color_triple_hex_many()]]
**Implements the method [[Class: I2CE_SwissConfig_Default#displayValue_color_hex_single() | I2CE_SwissConfig_Default->displayValue_color_hex_single() ]] via [[Class: I2CE_Module_ColorPicker#displayValue_color_hex_single() | displayValue_color_hex_single()]]
**Implements the method [[Class: I2CE_SwissConfig_Default#displayValue_color_hex_many() | I2CE_SwissConfig_Default->displayValue_color_hex_many() ]] via [[Class: I2CE_Module_ColorPicker#displayValue_color_hex_many() | displayValue_color_hex_many()]]
**Implements the method [[Class: I2CE_MagicDataTemplate#processValues_color_triple_hex_single() | I2CE_MagicDataTemplate->processValues_color_triple_hex_single() ]] via [[Class: I2CE_Module_ColorPicker#processValues_color_triple_hex_single() | processValues_color_triple_hex_single()]]
**Implements the method [[Class: I2CE_MagicDataTemplate#processValues_color_triple_hex_many() | I2CE_MagicDataTemplate->processValues_color_triple_hex_many() ]] via [[Class: I2CE_Module_ColorPicker#processValues_color_triple_hex_many() | processValues_color_triple_hex_many()]]
**Implements the method [[Class: I2CE_MagicDataTemplate#processValues_color_triple_rgb_single() | I2CE_MagicDataTemplate->processValues_color_triple_rgb_single() ]] via [[Class: I2CE_Module_ColorPicker#processValues_color_triple_rgb_single() | processValues_color_triple_rgb_single()]]
**Implements the method [[Class: I2CE_MagicDataTemplate#processValues_color_triple_rgb_many() | I2CE_MagicDataTemplate->processValues_color_triple_rgb_many() ]] via [[Class: I2CE_Module_ColorPicker#processValues_color_triple_rgb_many() | processValues_color_triple_rgb_many()]]
**Implements the method [[Class: I2CE_MagicDataTemplate#processValues_color_hex_single() | I2CE_MagicDataTemplate->processValues_color_hex_single() ]] via [[Class: I2CE_Module_ColorPicker#processValues_color_hex_single() | processValues_color_hex_single()]]
**Implements the method [[Class: I2CE_MagicDataTemplate#processValues_color_hex_many() | I2CE_MagicDataTemplate->processValues_color_hex_many() ]] via [[Class: I2CE_Module_ColorPicker#processValues_color_hex_many() | processValues_color_hex_many()]]
**Implements the method [[Class: I2CE_Page#addColorPickerTriple() | I2CE_Page->addColorPickerTriple() ]] via [[Class: I2CE_Module_ColorPicker#addColorPickerTriple() | addColorPickerTriple()]]
**Implements the method [[Class: I2CE_Template#addColorPickerTriple() | I2CE_Template->addColorPickerTriple() ]] via [[Class: I2CE_Module_ColorPicker#addColorPickerTriple() | addColorPickerTriple()]]
*Description: Uses the MooTools Color Picker written by  Kelly Anderson  at<br/>    http://www.sweetvision.com/projects/javascript-color-picker/.  Enable some additional<br/>    functionality for configuration as well
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/ColorPicker//scripts modules/MooTools/modules/ColorPicker//scripts]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/ColorPicker//templates modules/MooTools/modules/ColorPicker//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/MooTools/modules/ColorPicker/templates/en_US//configuration_color_triple_rgb_single.html configuration_color_triple_rgb_single.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/MooTools/modules/ColorPicker/templates/en_US//configuration_color_triple_single.html configuration_color_triple_single.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/MooTools/modules/ColorPicker/templates/en_US//configuration_color_triple_hex_single.html configuration_color_triple_hex_single.html]
 
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/ColorPicker//css modules/MooTools/modules/ColorPicker//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/ColorPicker// modules/MooTools/modules/ColorPicker//] <br/>[[Class: I2CE_Module_ColorPicker | I2CE_Module_ColorPicker]]
==CustomReports==
This describes version 4.0.0 of the module Custom Reports (CustomReports)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports  i2ce/modules/CustomReports ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_CustomReports| I2CE_Module_CustomReports]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Form#isNumeric() | I2CE_Form->isNumeric() ]] via [[Class: I2CE_Module_CustomReports#isNumeric() | isNumeric()]]
**Implements the method [[Class: I2CE_FormField#isNumeric() | I2CE_FormField->isNumeric() ]] via [[Class: I2CE_Module_CustomReports#isNumericField() | isNumericField()]]
*Description: Custom Reports
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#formRelationships | formRelationships]] at least 4.0 and less than 4.1
**[[iHRIS Module List#magicDataExport | magicDataExport]] at least 4.0 and less than 4.1
**[[iHRIS Module List#CachedForms | CachedForms]] at least 4.0 and less than 4.1
**[[iHRIS Module List#jumper | jumper]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports//lib modules/CustomReports//lib] <br/>[[Class: I2CE_CustomReport | I2CE_CustomReport]], [[Class: I2CE_CustomReport_Display | I2CE_CustomReport_Display]], [[Class: I2CE_CustomReport_Display_Default | I2CE_CustomReport_Display_Default]], [[Class: I2CE_CustomReport_Template | I2CE_CustomReport_Template]], [[Class: I2CE_Module_CustomReports | I2CE_Module_CustomReports]], [[Class: I2CE_Page_CustomReports | I2CE_Page_CustomReports]], [[Class: I2CE_Page_Report_MagicDataExport | I2CE_Page_Report_MagicDataExport]], [[Class: I2CE_Swiss_CustomReports_Base | I2CE_Swiss_CustomReports_Base]], [[Class: I2CE_Swiss_CustomReports_Report | I2CE_Swiss_CustomReports_Report]], [[Class: I2CE_Swiss_CustomReports_ReportView | I2CE_Swiss_CustomReports_ReportView]], [[Class: I2CE_Swiss_CustomReports_ReportView_Base | I2CE_Swiss_CustomReports_ReportView_Base]], [[Class: I2CE_Swiss_CustomReports_ReportView_Field | I2CE_Swiss_CustomReports_ReportView_Field]], [[Class: I2CE_Swiss_CustomReports_ReportView_Fields | I2CE_Swiss_CustomReports_ReportView_Fields]], [[Class: I2CE_Swiss_CustomReports_ReportViews | I2CE_Swiss_CustomReports_ReportViews]], [[Class: I2CE_Swiss_CustomReports_Report_Base | I2CE_Swiss_CustomReports_Report_Base]], [[Class: I2CE_Swiss_CustomReports_Report_Meta | I2CE_Swiss_CustomReports_Report_Meta]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingForm | I2CE_Swiss_CustomReports_Report_ReportingForm]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingForm_Field | I2CE_Swiss_CustomReports_Report_ReportingForm_Field]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingForm_Field_Limit | I2CE_Swiss_CustomReports_Report_ReportingForm_Field_Limit]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingForm_Field_Limits | I2CE_Swiss_CustomReports_Report_ReportingForm_Field_Limits]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingForm_Fields | I2CE_Swiss_CustomReports_Report_ReportingForm_Fields]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingForms | I2CE_Swiss_CustomReports_Report_ReportingForms]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingFunction | I2CE_Swiss_CustomReports_Report_ReportingFunction]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingFunction_Limits | I2CE_Swiss_CustomReports_Report_ReportingFunction_Limits]], [[Class: I2CE_Swiss_CustomReports_Report_ReportingFunctions | I2CE_Swiss_CustomReports_Report_ReportingFunctions]], [[Class: I2CE_Swiss_CustomReports_Reports | I2CE_Swiss_CustomReports_Reports]]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports//css modules/CustomReports//css]
**IMAGES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports//images modules/CustomReports//images]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports//templates modules/CustomReports//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_forms_form.html customReports_report_forms_form.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_reports_edit.html customReports_reportViews_reports_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_table_link_cell.html customReports_table_link_cell.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_form_field.html customReports_report_form_field.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reports_category_report.html customReports_reports_category_report.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_display_control_Default.html customReports_display_control_Default.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reports_category.html customReports_reports_category.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_functions.html customReports_report_functions.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_table.html customReports_table.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_form_fields_each.html customReports_report_form_fields_each.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reports_categories.html customReports_reports_categories.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_views_each_edit.html customReports_reportViews_views_each_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_reports_view.html customReports_reportViews_reports_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_form_fields.html customReports_report_form_fields.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportView_fields.html customReports_reportView_fields.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_edit.html customReports_reportViews_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reports_new.html customReports_reports_new.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_nav_menu.html customReports_nav_menu.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reports.html customReports_reports.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_table_data_row.html customReports_table_data_row.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_display_Default_base.html customReports_display_Default_base.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_views_each_view.html customReports_reportViews_views_each_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_limits.html customReports_report_limits.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_menu.html customReports_menu.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_table_head_cell.html customReports_table_head_cell.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_existing_reportview.html customReports_reportViews_existing_reportview.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_view.html customReports_reportViews_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_form_field_limit.html customReports_report_form_field_limit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report.html customReports_report.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_views_edit.html customReports_reportViews_views_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_form.html customReports_report_form.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportView_fields_each.html customReports_reportView_fields_each.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_limits_each.html customReports_report_limits_each.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportView_edit.html customReports_reportView_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportView_field.html customReports_reportView_field.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_meta.html customReports_report_meta.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportViews_views_view.html customReports_reportViews_views_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_function.html customReports_report_function.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customreports_options.html customreports_options.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_forms_each.html customReports_report_forms_each.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reports_no_new.html customReports_reports_no_new.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportView_view.html customReports_reportView_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_reportView_field_numeric.html customReports_reportView_field_numeric.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_table_data_cell.html customReports_table_data_cell.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_forms.html customReports_report_forms.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/templates/en_US//customReports_report_functions_each.html customReports_report_functions_each.html]
 
**XML: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports//xml modules/CustomReports//xml]
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports//modules modules/CustomReports//modules] <br/>[[#CustomReports_Export |CustomReports_Export]], [[#CustomReports_PDF |CustomReports_PDF]], [[#CustomReports_PieChart |CustomReports_PieChart]]
==CustomReports_Export==
This describes version 4.0.0 of the module Export Reports (CustomReports_Export)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/Export  i2ce/modules/CustomReports/modules/Export ]
*Description: Configuration options for exported reports
*Requirements:
**[[iHRIS Module List#CustomReports | CustomReports]] at least 4.0 and less than 4.1
*Paths:
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/Export//templates modules/CustomReports/modules/Export//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/modules/Export/templates/en_US//customReports_display_control_Export.html customReports_display_control_Export.html]
 
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/Export//lib modules/CustomReports/modules/Export//lib] <br/>[[Class: I2CE_CustomReport_Display_Export | I2CE_CustomReport_Display_Export]]
==CustomReports_PDF==
This describes version 4.0.0 of the module PDF Reports (CustomReports_PDF)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/PDF  i2ce/modules/CustomReports/modules/PDF ]
*Description: Configuration options for reports that use PDF
*Requirements:
**[[iHRIS Module List#CustomReports | CustomReports]] at least 4.0 and less than 4.1
**[[iHRIS Module List#textlayout | textlayout]] at least 4.0 and less than 4.1
**[[iHRIS Module List#ColorPicker | ColorPicker]] at least 4.0 and less than 4.1
*Paths:
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/PDF//templates modules/CustomReports/modules/PDF//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/modules/PDF/templates/en_US//customReports_display_control_PDF.html customReports_display_control_PDF.html]
 
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/PDF//lib modules/CustomReports/modules/PDF//lib] <br/>[[Class: I2CE_CustomReport_Display_PDF | I2CE_CustomReport_Display_PDF]]
==CustomReports_PieChart==
This describes version 4.0.0 of the module Pie and Chart (CustomReports_PieChart)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/PieChart  i2ce/modules/CustomReports/modules/PieChart ]
*Description: Configuration options for reports that use Pie and Charts
*Requirements:
**[[iHRIS Module List#CustomReports | CustomReports]] at least 4.0 and less than 4.1
**[[iHRIS Module List#ColorPicker | ColorPicker]] at least 4.0 and less than 4.1
**[[iHRIS Module List#maani-charts | maani-charts]] at least 4.7
*Paths:
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/PieChart//templates modules/CustomReports/modules/PieChart//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/modules/PieChart/templates/en_US//customReports_display_control_PieChart.html customReports_display_control_PieChart.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/CustomReports/modules/PieChart/templates/en_US//customReports_display_PieChart_base.html customReports_display_PieChart_base.html]
 
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/PieChart//lib modules/CustomReports/modules/PieChart//lib] <br/>[[Class: I2CE_CustomReport_Display_PieChart | I2CE_CustomReport_Display_PieChart]]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/CustomReports/modules/PieChart//css modules/CustomReports/modules/PieChart//css]
==DisplayData==
This describes version 4.0.0 of the module I2CE Display Data (DisplayData)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData/modules/DisplayData  i2ce/modules/TemplateData/modules/DisplayData ]
*Module Class: The module class is implemented by [[Class: I2CE_DisplayData| I2CE_DisplayData]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Template#setDisplayData() | I2CE_Template->setDisplayData() ]] via [[Class: I2CE_DisplayData#setDisplayData() | setDisplayData()]]
**Implements the method [[Class: I2CE_Template#setDisplayDataImmediate() | I2CE_Template->setDisplayDataImmediate() ]] via [[Class: I2CE_DisplayData#setDisplayDataImmediate() | setDisplayDataImmediate()]]
**Implements the method [[Class: I2CE_Template#selectOptionsImmediate() | I2CE_Template->selectOptionsImmediate() ]] via [[Class: I2CE_DisplayData#selectOptionsImmediate() | selectOptionsImmediate()]]
**Implements the method [[Class: I2CE_Page#selectOptionsImmediate() | I2CE_Page->selectOptionsImmediate() ]] via [[Class: I2CE_DisplayData#selectOptionsImmediate() | selectOptionsImmediate()]]
**Implements the method [[Class: I2CE_Page#setDisplayData() | I2CE_Page->setDisplayData() ]] via [[Class: I2CE_DisplayData#setDisplayData() | setDisplayData()]]
**Implements the method [[Class: I2CE_Page#setDisplayDataImmediate() | I2CE_Page->setDisplayDataImmediate() ]] via [[Class: I2CE_DisplayData#setDisplayDataImmediate() | setDisplayDataImmediate()]]
*Description: Adds display data to the template
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
**[[iHRIS Module List#template-data | template-data]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData/modules/DisplayData// modules/TemplateData/modules/DisplayData//] <br/>[[Class: I2CE_DisplayData | I2CE_DisplayData]]
==FileDump==
This describes version 4.0.0 of the module File Dump (FileDump)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/FileDump  i2ce/modules/Pages/modules/FileDump ]
*Description: File Download Utility
*Requirements:
**[[iHRIS Module List#MimeTypes | MimeTypes]] at least 4.0 and less than 4.1
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/FileDump// modules/Pages/modules/FileDump//] <br/>[[Class: I2CE_FileDump | I2CE_FileDump]]
==Float==
This describes version 4.0.0 of the module Float (Float)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Float  i2ce/modules/Forms/modules/Float ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_Float| I2CE_Module_Float]]
*Description: A module that allows the float formfield
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Float//lib modules/Forms/modules/Float//lib] <br/>[[Class: I2CE_FormField_DB_FLOAT | I2CE_FormField_DB_FLOAT]], [[Class: I2CE_FormField_FLOAT | I2CE_FormField_FLOAT]], [[Class: I2CE_Module_Float | I2CE_Module_Float]]
==FormWorm==
This describes version 4.0.0 of the module Form Worm (FormWorm)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/FormWorm  i2ce/modules/MooTools/modules/FormWorm ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_FormWorm| I2CE_Module_FormWorm]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#addFormWorm() | I2CE_Page->addFormWorm() ]] via [[Class: I2CE_Module_FormWorm#addFormWorm() | addFormWorm()]]
**Implements the method [[Class: I2CE_Template#addFormWorm() | I2CE_Template->addFormWorm() ]] via [[Class: I2CE_Module_FormWorm#addFormWorm() | addFormWorm()]]
*Description: A collection of javascript utilities to handle form<br/>    verification and submission of forms with multiple actions
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools-I2CE | MooTools-I2CE]] at least 4.0 and less than 4.1
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/FormWorm//scripts modules/MooTools/modules/FormWorm//scripts]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/FormWorm//css modules/MooTools/modules/FormWorm//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/FormWorm// modules/MooTools/modules/FormWorm//] <br/>[[Class: I2CE_Module_FormWorm | I2CE_Module_FormWorm]]
==I2CE==
This describes version 4.0.2 of the module I2CE Basic System (I2CE)
It is the top module of this package
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/  i2ce/ ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_Core| I2CE_Module_Core]]
*Description: The I2CE Core System Configuration
*Paths:
**MISC: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:///I2CE_config.inc.php //I2CE_config.inc.php] ,[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:///I2CE_structure.sql //I2CE_structure.sql]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:///lib //lib] <br/>[[Class: I2CE | I2CE]], [[Class: I2CE_Configurator | I2CE_Configurator]], [[Class: I2CE_Date | I2CE_Date]], [[Class: I2CE_Dumper | I2CE_Dumper]], [[Class: I2CE_FileSearch | I2CE_FileSearch]], [[Class: I2CE_FileSearch_Caching | I2CE_FileSearch_Caching]], [[Class: I2CE_Fuzzy | I2CE_Fuzzy]], [[Class: I2CE_Locales | I2CE_Locales]], [[Class: I2CE_MagicData | I2CE_MagicData]], [[Class: I2CE_MagicDataNode | I2CE_MagicDataNode]], [[Class: I2CE_MagicDataStorage | I2CE_MagicDataStorage]], [[Class: I2CE_MagicDataStorageAPC | I2CE_MagicDataStorageAPC]], [[Class: I2CE_MagicDataStorageDB | I2CE_MagicDataStorageDB]], [[Class: I2CE_MagicDataStorageMem | I2CE_MagicDataStorageMem]], [[Class: I2CE_MagicDataStorageSysV | I2CE_MagicDataStorageSysV]], [[Class: I2CE_MagicDataTemplate | I2CE_MagicDataTemplate]], [[Class: I2CE_Module | I2CE_Module]], [[Class: I2CE_ModuleFactory | I2CE_ModuleFactory]], [[Class: I2CE_Module_Core | I2CE_Module_Core]], [[Class: I2CE_Process | I2CE_Process]], [[Class: I2CE_TemplateMeister | I2CE_TemplateMeister]], [[Class: I2CE_Updater | I2CE_Updater]], [[Class: I2CE_Util | I2CE_Util]], [[Class: I2CE_Validate | I2CE_Validate]]
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:///modules //modules] <br/>[[#BackgroundProcess |BackgroundProcess]], [[#CustomReports |CustomReports]], [[#ImportExport |ImportExport]], [[#MimeTypes |MimeTypes]], [[#MooTools |MooTools]], [[#Timer |Timer]], [[#YAML_spyc |YAML_spyc]], [[#forms |forms]], [[#jumper |jumper]], [[#maani-charts |maani-charts]], [[#magicDataExport |magicDataExport]], [[#messageHandler |messageHandler]], [[#pages |pages]], [[#swissfactory |swissfactory]], [[#template-data |template-data]], [[#user |user]]
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:///scripts //scripts]
**SQL: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:///sql //sql]
==ImportExport==
This describes version 0.9 of the module Import Export Support (ImportExport)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/ImportExport  i2ce/modules/ImportExport ]
*Module Class: The module class is implemented by [[Class: I2CE_Import_Export| I2CE_Import_Export]]
*Description: Enables an XML Import and Export tool which allows offline access.
*Paths:
**SQL: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/ImportExport//sql modules/ImportExport//sql]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/ImportExport//lib modules/ImportExport//lib] <br/>[[Class: I2CE_Import_Export | I2CE_Import_Export]]
==Lists==
This describes version 4.0.4 of the module Form Lists (Lists)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Lists  i2ce/modules/Forms/modules/Lists ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_Lists| I2CE_Module_Lists]]
*Description: Database Lists
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
**[[iHRIS Module List#forms-storage-magicdata | forms-storage-magicdata]] at least 4.0 and less than 4.1
**[[iHRIS Module List#TreeSelect | TreeSelect]] at least 4.0 and less than 4.1
**[[iHRIS Module List#jumper | jumper]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Lists//lib modules/Forms/modules/Lists//lib] <br/>[[Class: I2CE_FormField_MAP | I2CE_FormField_MAP]], [[Class: I2CE_FormField_MAPPED | I2CE_FormField_MAPPED]], [[Class: I2CE_FormField_MAP_MULT | I2CE_FormField_MAP_MULT]], [[Class: I2CE_List | I2CE_List]], [[Class: I2CE_Module_Lists | I2CE_Module_Lists]], [[Class: I2CE_PageFormLists | I2CE_PageFormLists]], [[Class: I2CE_PageViewList | I2CE_PageViewList]], [[Class: I2CE_SimpleList | I2CE_SimpleList]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Lists//templates modules/Forms/modules/Lists//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_type_header.html lists_type_header.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//menu_view.html menu_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_form_base.html lists_form_base.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//view_list.html view_list.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_type_dual.html lists_type_dual.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_type_list.html lists_type_list.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_type_mapped_default.html lists_type_mapped_default.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_type_mapped.html lists_type_mapped.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_type_select.html lists_type_select.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_type_row.html lists_type_row.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//lists_type_dual_row.html lists_type_dual_row.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/Lists/templates/en_US//button_confirm_admin.html button_confirm_admin.html]
 
**SQL: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/Lists//sql modules/Forms/modules/Lists//sql]
==LoginPage==
This describes version 4.0.0 of the module Login Page (LoginPage)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Login  i2ce/modules/Pages/modules/Login ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_Login| I2CE_Module_Login]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Wrangler#manipulateWrangler_I2CE_logout() | I2CE_Wrangler->manipulateWrangler_I2CE_logout() ]] via [[Class: I2CE_Module_Login#manipulateWrangler() | manipulateWrangler()]]
*Description: The login Page
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
*Paths:
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Login//css modules/Pages/modules/Login//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Login//lib modules/Pages/modules/Login//lib] <br/>[[Class: I2CE_Module_Login | I2CE_Module_Login]], [[Class: I2CE_PageFeedback | I2CE_PageFeedback]], [[Class: I2CE_PageForgot | I2CE_PageForgot]], [[Class: I2CE_PageLogin | I2CE_PageLogin]], [[Class: I2CE_PageLogout | I2CE_PageLogout]], [[Class: I2CE_PagePassword | I2CE_PagePassword]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Login//templates modules/Pages/modules/Login//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//password.html password.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//feedback_form.html feedback_form.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//password_no_match.html password_no_match.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//password_wrong.html password_wrong.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//password_form.html password_form.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//feedback_thanks.html feedback_thanks.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//password_success.html password_success.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//feedback.html feedback.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//forgot.html forgot.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//password_cant_change.html password_cant_change.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Login/templates/en_US//login.html login.html]
 
==MimeTypes==
This describes version 4.0.0.1 of the module Mime Types (MimeTypes)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MimeTypes  i2ce/modules/MimeTypes ]
*Description: Adds a in mime type capabilities
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MimeTypes//lib modules/MimeTypes//lib] <br/>[[Class: I2CE_MimeTypes | I2CE_MimeTypes]]
**MIME: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MimeTypes/mime modules/MimeTypes/mime]
==MooTools==
This describes version 1.2.3 of the module MooTools (MooTools)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools  i2ce/modules/MooTools ]
*Description: MooTools javascript library
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools//scripts modules/MooTools//scripts]
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools//modules modules/MooTools//modules] <br/>[[#ColorPicker |ColorPicker]], [[#FormWorm |FormWorm]], [[#MooTools-I2CE |MooTools-I2CE]], [[#StretchPage |StretchPage]], [[#TreeSelect |TreeSelect]], [[#fancyDebug |fancyDebug]], [[#menu_select |menu_select]]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools// modules/MooTools//] <br/>[[Class: I2CE_Module_ColorPicker | I2CE_Module_ColorPicker]], [[Class: I2CE_MootoolsCore | I2CE_MootoolsCore]], [[Class: I2CE_Module_Debugging | I2CE_Module_Debugging]], [[Class: I2CE_Module_FormWorm | I2CE_Module_FormWorm]], [[Class: I2CE_Module_MenuSelect | I2CE_Module_MenuSelect]], [[Class: I2CE_Module_StretchPage | I2CE_Module_StretchPage]], [[Class: I2CE_Module_TreeSelect | I2CE_Module_TreeSelect]]
==MooTools-I2CE==
This describes version 4.0.0 of the module I2CE Library (MooTools-I2CE)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Core  i2ce/modules/MooTools/modules/Core ]
*Module Class: The module class is implemented by [[Class: I2CE_MootoolsCore| I2CE_MootoolsCore]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#getClassValue() | I2CE_Page->getClassValue() ]] via [[Class: I2CE_MootoolsCore#getClassValue() | getClassValue()]]
**Implements the method [[Class: I2CE_Template#getClassValue() | I2CE_Template->getClassValue() ]] via [[Class: I2CE_MootoolsCore#getClassValue() | getClassValue()]]
**Implements the method [[Class: I2CE_Page#loadClassValues() | I2CE_Page->loadClassValues() ]] via [[Class: I2CE_MootoolsCore#loadClassValues() | loadClassValues()]]
**Implements the method [[Class: I2CE_Template#loadClassValues() | I2CE_Template->loadClassValues() ]] via [[Class: I2CE_MootoolsCore#loadClassValues() | loadClassValues()]]
**Implements the method [[Class: I2CE_Page#setClassValue() | I2CE_Page->setClassValue() ]] via [[Class: I2CE_MootoolsCore#setClassValue() | setClassValue()]]
**Implements the method [[Class: I2CE_Template#setClassValue() | I2CE_Template->setClassValue() ]] via [[Class: I2CE_MootoolsCore#setClassValue() | setClassValue()]]
**Implements the method [[Class: I2CE_Page#setClassValues() | I2CE_Page->setClassValues() ]] via [[Class: I2CE_MootoolsCore#setClassValues() | setClassValues()]]
**Implements the method [[Class: I2CE_Template#setClassValues() | I2CE_Template->setClassValues() ]] via [[Class: I2CE_MootoolsCore#setClassValues() | setClassValues()]]
*Description: I2CE MooTools core library
*Requirements:
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Core//scripts modules/MooTools/modules/Core//scripts]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Core//css modules/MooTools/modules/Core//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Core// modules/MooTools/modules/Core//] <br/>[[Class: I2CE_MootoolsCore | I2CE_MootoolsCore]]
==Options==
This describes version 4.0.0 of the module I2CE Options Data (Options)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData/modules/Options  i2ce/modules/TemplateData/modules/Options ]
*Module Class: The module class is implemented by [[Class: I2CE_Template_Options| I2CE_Template_Options]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#addOption() | I2CE_Page->addOption() ]] via [[Class: I2CE_Template_Options#addOption() | addOption()]]
**Implements the method [[Class: I2CE_Template#addOption() | I2CE_Template->addOption() ]] via [[Class: I2CE_Template_Options#addOption() | addOption()]]
**Implements the method [[Class: I2CE_Page#addOptions() | I2CE_Page->addOptions() ]] via [[Class: I2CE_Template_Options#addOptions() | addOptions()]]
**Implements the method [[Class: I2CE_Template#addOptions() | I2CE_Template->addOptions() ]] via [[Class: I2CE_Template_Options#addOptions() | addOptions()]]
*Description: Adds options  data to the template
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
**[[iHRIS Module List#template-data | template-data]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData/modules/Options// modules/TemplateData/modules/Options//] <br/>[[Class: I2CE_Template_Options | I2CE_Template_Options]]
==StretchPage==
This describes version 4.0.0 of the module Page Stretcher (StretchPage)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/StretchPage  i2ce/modules/MooTools/modules/StretchPage ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_StretchPage| I2CE_Module_StretchPage]]
*Description: Makes sure that the page is at least as high as the browser window.  Use bad adding a div with id='StretchPage' to the containing element<br/>    that you want stretched.
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/StretchPage//lib modules/MooTools/modules/StretchPage//lib] <br/>[[Class: I2CE_Module_StretchPage | I2CE_Module_StretchPage]]
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/StretchPage//scripts modules/MooTools/modules/StretchPage//scripts]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/StretchPage//css modules/MooTools/modules/StretchPage//css]
==Tags==
This describes version 4.0.0 of the module Tags (Tags)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData/modules/Tags  i2ce/modules/TemplateData/modules/Tags ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_Tags| I2CE_Module_Tags]]
*Description: Adds module and script tag processing to the template
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
**[[iHRIS Module List#template-data | template-data]] at least 4.0 and less than 4.1
**[[iHRIS Module List#DisplayData | DisplayData]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData/modules/Tags// modules/TemplateData/modules/Tags//] <br/>[[Class: I2CE_Module_Tags | I2CE_Module_Tags]], [[Class: I2CE_PluralForms | I2CE_PluralForms]]
==Timer==
This describes version 4.0.0 of the module I2CE Timer (Timer)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Timer  i2ce/modules/Timer ]
*Module Class: The module class is implemented by [[Class: I2CE_Timer| I2CE_Timer]]
*Description: Adds a timer class
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
*Paths:
**CONFIGS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Timer//configs modules/Timer//configs]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Timer// modules/Timer//] <br/>[[Class: I2CE_Timer | I2CE_Timer]]
==TreeSelect==
This describes version 4.0.0 of the module Tree Select (TreeSelect)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/TreeSelect  i2ce/modules/MooTools/modules/TreeSelect ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_TreeSelect| I2CE_Module_TreeSelect]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#addAutoCompleteInputTreeById() | I2CE_Page->addAutoCompleteInputTreeById() ]] via [[Class: I2CE_Module_TreeSelect#addAutoCompleteInputTreeById() | addAutoCompleteInputTreeById()]]
**Implements the method [[Class: I2CE_Template#addAutoCompleteInputTreeById() | I2CE_Template->addAutoCompleteInputTreeById() ]] via [[Class: I2CE_Module_TreeSelect#addAutoCompleteInputTreeById() | addAutoCompleteInputTreeById()]]
**Implements the method [[Class: I2CE_Page#addAutoCompleteInputTree() | I2CE_Page->addAutoCompleteInputTree() ]] via [[Class: I2CE_Module_TreeSelect#addAutoCompleteInputTree() | addAutoCompleteInputTree()]]
**Implements the method [[Class: I2CE_Template#addAutoCompleteInputTree() | I2CE_Template->addAutoCompleteInputTree() ]] via [[Class: I2CE_Module_TreeSelect#addAutoCompleteInputTree() | addAutoCompleteInputTree()]]
*Description: Tree Select
*Requirements:
**[[iHRIS Module List#MooTools-I2CE | MooTools-I2CE]] at least 4.0 and less than 4.1
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/TreeSelect//scripts modules/MooTools/modules/TreeSelect//scripts]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/TreeSelect//css modules/MooTools/modules/TreeSelect//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/TreeSelect// modules/MooTools/modules/TreeSelect//] <br/>[[Class: I2CE_Module_TreeSelect | I2CE_Module_TreeSelect]]
==UserForm==
This describes version 4.0.0 of the module User Form (UserForm)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/UserForm  i2ce/modules/Forms/modules/UserForm ]
*Description:
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
**[[iHRIS Module List#forms-storage | forms-storage]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/UserForm//lib modules/Forms/modules/UserForm//lib] <br/>[[Class: I2CE_PageFormUser | I2CE_PageFormUser]], [[Class: I2CE_User_Form | I2CE_User_Form]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/UserForm//templates modules/Forms/modules/UserForm//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/UserForm/templates/en_US//user_form.html user_form.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/UserForm/templates/en_US//user_list.html user_list.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/UserForm/templates/en_US//user_form_edit.html user_form_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/UserForm/templates/en_US//button_confirm_user.html button_confirm_user.html]
 
==YAML_spyc==
This describes version 0.3.0 of the module YAML (YAML_spyc)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/YAML  i2ce/modules/YAML ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_YAML| I2CE_Module_YAML]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Configurator#loadConfigFile_YAML() | I2CE_Configurator->loadConfigFile_YAML() ]] via [[Class: I2CE_Module_YAML#loadConfigFile_YAML() | loadConfigFile_YAML()]]
*Description: YAML parser provided by spyc.  Also enabled processing of .YAML config files
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/YAML//lib modules/YAML//lib] <br/>[[Class: I2CE_MagicDataTemplate_YAML | I2CE_MagicDataTemplate_YAML]], [[Class: I2CE_Module_YAML | I2CE_Module_YAML]], [[Class: Spyc | Spyc]]
**XML: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/YAML//xml modules/YAML//xml]
==admin==
This describes version 4.0.0 of the module Modules Administation (admin)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin  i2ce/modules/Pages/modules/Admin ]
*Description: The I2CE module administration system
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
**[[iHRIS Module List#FormWorm | FormWorm]] at least 4.0 and less than 4.1
*Optionally Enables: [[iHRIS Module List#swissConfig | swissConfig]]
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin//lib modules/Pages/modules/Admin//lib] <br/>[[Class: I2CE_PageAdmin | I2CE_PageAdmin]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin//templates modules/Pages/modules/Admin//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Admin/templates/en_US//no_configuration.html no_configuration.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Admin/templates/en_US//module_sub_module.html module_sub_module.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Admin/templates/en_US//module_category.html module_category.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Admin/templates/en_US//module_module.html module_module.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/Admin/templates/en_US//module_menu.html module_menu.html]
 
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin//modules modules/Pages/modules/Admin//modules] <br/>[[#modulePrompter |modulePrompter]]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin//css modules/Pages/modules/Admin//css]
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin//scripts modules/Pages/modules/Admin//scripts]
**IMAGES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin//images modules/Pages/modules/Admin//images]
==fancyDebug==
This describes version 4.0.0 of the module Fancy Debugger (fancyDebug)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Debugger  i2ce/modules/MooTools/modules/Debugger ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_Debugging| I2CE_Module_Debugging]]
*Description: A fancy error displaying system
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Debugger//scripts modules/MooTools/modules/Debugger//scripts]
**IMAGES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Debugger//images modules/MooTools/modules/Debugger//images]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Debugger//css modules/MooTools/modules/Debugger//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/Debugger// modules/MooTools/modules/Debugger//] <br/>[[Class: I2CE_Module_Debugging | I2CE_Module_Debugging]]
==form-limits==
This describes version 4.0.0 of the module Form Storage (form-limits)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormLimits  i2ce/modules/Forms/modules/FormLimits ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_FormLimits| I2CE_Module_FormLimits]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Form#getLimitStyles() | I2CE_Form->getLimitStyles() ]] via [[Class: I2CE_Module_FormLimits#getLimitStyles() | getLimitStyles()]]
**Implements the method [[Class: I2CE_FormField#getLimitStyles() | I2CE_FormField->getLimitStyles() ]] via [[Class: I2CE_Module_FormLimits#getFieldLimitStyles() | getFieldLimitStyles()]]
**Implements the method [[Class: I2CE_Form#checkLimit() | I2CE_Form->checkLimit() ]] via [[Class: I2CE_Module_FormLimits#checkLimit() | checkLimit()]]
**Implements the method [[Class: I2CE_Form#checkWhereClause() | I2CE_Form->checkWhereClause() ]] via [[Class: I2CE_Module_FormLimits#checkWhereClause() | checkWhereClause()]]
**Implements the method [[Class: I2CE_Form#createCheckFunction() | I2CE_Form->createCheckFunction() ]] via [[Class: I2CE_Module_FormLimits#createCheckFunction() | createCheckFunction()]]
**Implements the method [[Class: I2CE_Form#createCheckLimitString() | I2CE_Form->createCheckLimitString() ]] via [[Class: I2CE_Module_FormLimits#createCheckLimitString() | createCheckLimitString()]]
**Implements the method [[Class: I2CE_Form#generateLimit() | I2CE_Form->generateLimit() ]] via [[Class: I2CE_Module_FormLimits#generateLimit() | generateLimit()]]
**Implements the method [[Class: I2CE_FormField#generateLimit() | I2CE_FormField->generateLimit() ]] via [[Class: I2CE_Module_FormLimits#generateFieldLimit() | generateFieldLimit()]]
**Implements the method [[Class: I2CE_Form#generateWhereClause() | I2CE_Form->generateWhereClause() ]] via [[Class: I2CE_Module_FormLimits#generateWhereClause() | generateWhereClause()]]
**Implements the method [[Class: I2CE_Form#processLimit() | I2CE_Form->processLimit() ]] via [[Class: I2CE_Module_FormLimits#processLimit() | processLimit()]]
**Implements the method [[Class: I2CE_Form#getDisplayedExistingLimit() | I2CE_Form->getDisplayedExistingLimit() ]] via [[Class: I2CE_Module_FormLimits#getDisplayedExistingLimit() | getDisplayedExistingLimit()]]
**Implements the method [[Class: I2CE_FormField#generateLimit_null() | I2CE_FormField->generateLimit_null() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_null() | generateLimit_null()]]
**Implements the method [[Class: I2CE_FormField#generateLimit_not_null() | I2CE_FormField->generateLimit_not_null() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_not_null() | generateLimit_not_null()]]
**Implements the method [[Class: I2CE_FormField#generateLimit_null_not_null() | I2CE_FormField->generateLimit_null_not_null() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_not_null() | generateLimit_not_null()]]
**Implements the method [[Class: I2CE_FormField#checkLimit_null() | I2CE_FormField->checkLimit_null() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_null() | checkLimit_null()]]
**Implements the method [[Class: I2CE_FormField#checkLimit_not_null() | I2CE_FormField->checkLimit_not_null() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_not_null() | checkLimit_not_null()]]
**Implements the method [[Class: I2CE_FormField#checkLimit_null_not_null() | I2CE_FormField->checkLimit_null_not_null() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_not_null() | checkLimit_not_null()]]
**Implements the method [[Class: I2CE_FormField#checkLimitString_null() | I2CE_FormField->checkLimitString_null() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_null() | checkLimitString_null()]]
**Implements the method [[Class: I2CE_FormField#checkLimitString_not_null() | I2CE_FormField->checkLimitString_not_null() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_not_null() | checkLimitString_not_null()]]
**Implements the method [[Class: I2CE_FormField#checkLimitString_null_not_null() | I2CE_FormField->checkLimitString_null_not_null() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_not_null() | checkLimitString_not_null()]]
**Implements the method [[Class: I2CE_FormField#getLimitMenu_null() | I2CE_FormField->getLimitMenu_null() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DISPLAYFIELDSTYLE_null() | I2CE_FormField_DISPLAYFIELDSTYLE_null()]]
**Implements the method [[Class: I2CE_FormField#getLimitMenu_not_null() | I2CE_FormField->getLimitMenu_not_null() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DISPLAYFIELDSTYLE_not_null() | I2CE_FormField_DISPLAYFIELDSTYLE_not_null()]]
**Implements the method [[Class: I2CE_FormField#getLimitMenu_null_not_null() | I2CE_FormField->getLimitMenu_null_not_null() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DISPLAYFIELDSTYLE_null_not_null() | I2CE_FormField_DISPLAYFIELDSTYLE_null_not_null()]]
**Implements the method [[Class: I2CE_FormField#processLimitMenu_null() | I2CE_FormField->processLimitMenu_null() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_PROCESSFIELDSTYLE_null() | I2CE_FormField_PROCESSFIELDSTYLE_null()]]
**Implements the method [[Class: I2CE_FormField#processLimitMenu_not_null() | I2CE_FormField->processLimitMenu_not_null() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_PROCESSFIELDSTYLE_not_null() | I2CE_FormField_PROCESSFIELDSTYLE_not_null()]]
**Implements the method [[Class: I2CE_FormField#processLimitMenu_null_not_null() | I2CE_FormField->processLimitMenu_null_not_null() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_PROCESSFIELDSTYLE_null_not_null() | I2CE_FormField_PROCESSFIELDSTYLE_null_not_null()]]
**Implements the method [[Class: I2CE_FormField#generateLimit_max_parent() | I2CE_FormField->generateLimit_max_parent() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_max_parent() | generateLimit_max_parent()]]
**Implements the method [[Class: I2CE_FormField#generateLimit_min_parent() | I2CE_FormField->generateLimit_min_parent() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_min_parent() | generateLimit_min_parent()]]
**Implements the method [[Class: I2CE_FormField#generateLimit_max_parent_form() | I2CE_FormField->generateLimit_max_parent_form() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_max_parent_form() | generateLimit_max_parent_form()]]
**Implements the method [[Class: I2CE_FormField#generateLimit_min_parent_form() | I2CE_FormField->generateLimit_min_parent_form() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_min_parent_form() | generateLimit_min_parent_form()]]
**Implements the method [[Class: I2CE_FormField#getLimitMenu_max_parent() | I2CE_FormField->getLimitMenu_max_parent() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DISPLAYFIELDSTYLE_max_parent() | I2CE_FormField_DISPLAYFIELDSTYLE_max_parent()]]
**Implements the method [[Class: I2CE_FormField#getLimitMenu_min_parent() | I2CE_FormField->getLimitMenu_min_parent() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DISPLAYFIELDSTYLE_min_parent() | I2CE_FormField_DISPLAYFIELDSTYLE_min_parent()]]
**Implements the method [[Class: I2CE_FormField#getLimitMenu_max_parent_form() | I2CE_FormField->getLimitMenu_max_parent_form() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DISPLAYFIELDSTYLE_max_parent_form() | I2CE_FormField_DISPLAYFIELDSTYLE_max_parent_form()]]
**Implements the method [[Class: I2CE_FormField#getLimitMenu_min_parent_form() | I2CE_FormField->getLimitMenu_min_parent_form() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DISPLAYFIELDSTYLE_min_parent_form() | I2CE_FormField_DISPLAYFIELDSTYLE_min_parent_form()]]
**Implements the method [[Class: I2CE_FormField#processLimitMenu_max_parent() | I2CE_FormField->processLimitMenu_max_parent() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_PROCESSFIELDSTYLE_max_parent() | I2CE_FormField_PROCESSFIELDSTYLE_max_parent()]]
**Implements the method [[Class: I2CE_FormField#processLimitMenu_min_parent() | I2CE_FormField->processLimitMenu_min_parent() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_PROCESSFIELDSTYLE_min_parent() | I2CE_FormField_PROCESSFIELDSTYLE_min_parent()]]
**Implements the method [[Class: I2CE_FormField#processLimitMenu_max_parent_form() | I2CE_FormField->processLimitMenu_max_parent_form() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_PROCESSFIELDSTYLE_max_parent_form() | I2CE_FormField_PROCESSFIELDSTYLE_max_parent_form()]]
**Implements the method [[Class: I2CE_FormField#processLimitMenu_min_parent_form() | I2CE_FormField->processLimitMenu_min_parent_form() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_PROCESSFIELDSTYLE_min_parent_form() | I2CE_FormField_PROCESSFIELDSTYLE_min_parent_form()]]
**Implements the method [[Class: I2CE_FormField_BOOL#generateLimit_truefalse() | I2CE_FormField_BOOL->generateLimit_truefalse() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_BOOL_truefalse() | generateLimit_BOOL_truefalse()]]
**Implements the method [[Class: I2CE_FormField_BOOL#generateLimit_true() | I2CE_FormField_BOOL->generateLimit_true() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_BOOL_true() | generateLimit_BOOL_true()]]
**Implements the method [[Class: I2CE_FormField_BOOL#generateLimit_false() | I2CE_FormField_BOOL->generateLimit_false() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_BOOL_false() | generateLimit_BOOL_false()]]
**Implements the method [[Class: I2CE_FormField_YESNO#generateLimit_yesno() | I2CE_FormField_YESNO->generateLimit_yesno() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_YESNO_yesno() | generateLimit_YESNO_yesno()]]
**Implements the method [[Class: I2CE_FormField_YESNO#generateLimit_yes() | I2CE_FormField_YESNO->generateLimit_yes() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_YESNO_yes() | generateLimit_YESNO_yes()]]
**Implements the method [[Class: I2CE_FormField_YESNO#generateLimit_no() | I2CE_FormField_YESNO->generateLimit_no() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_YESNO_no() | generateLimit_YESNO_no()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#generateLimit_in() | I2CE_FormField_DB_INT->generateLimit_in() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_INT_in() | generateLimit_DB_INT_in()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_in() | I2CE_FormField_DB_STRING->generateLimit_in() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_in() | generateLimit_DB_STRING_in()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_in() | I2CE_FormField_DB_TEXT->generateLimit_in() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_in() | generateLimit_DB_TEXT_in()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#generateLimit_in() | I2CE_FormField_DB_DATE->generateLimit_in() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_DATE_in() | generateLimit_DB_DATE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#generateLimit_equals() | I2CE_FormField_DB_INT->generateLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_INT_equals() | generateLimit_DB_INT_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_equals() | I2CE_FormField_DB_STRING->generateLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_equals() | generateLimit_DB_STRING_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_equals() | I2CE_FormField_DB_TEXT->generateLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_equals() | generateLimit_DB_TEXT_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#generateLimit_greaterthan() | I2CE_FormField_DB_INT->generateLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_INT_greaterthan() | generateLimit_DB_INT_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_greaterthan() | I2CE_FormField_DB_STRING->generateLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_greaterthan() | generateLimit_DB_STRING_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_greaterthan() | I2CE_FormField_DB_TEXT->generateLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_greaterthan() | generateLimit_DB_TEXT_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#generateLimit_lessthan() | I2CE_FormField_DB_INT->generateLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_INT_lessthan() | generateLimit_DB_INT_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_lessthan() | I2CE_FormField_DB_STRING->generateLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_lessthan() | generateLimit_DB_STRING_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_lessthan() | I2CE_FormField_DB_TEXT->generateLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_lessthan() | generateLimit_DB_TEXT_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#generateLimit_greaterthan_equals() | I2CE_FormField_DB_INT->generateLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_INT_greaterthan_equals() | generateLimit_DB_INT_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_greaterthan_equals() | I2CE_FormField_DB_STRING->generateLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_greaterthan_equals() | generateLimit_DB_STRING_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_greaterthan_equals() | I2CE_FormField_DB_TEXT->generateLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_greaterthan_equals() | generateLimit_DB_TEXT_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#generateLimit_lessthan_equals() | I2CE_FormField_DB_INT->generateLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_INT_lessthan_equals() | generateLimit_DB_INT_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_lessthan_equals() | I2CE_FormField_DB_STRING->generateLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_lessthan_equals() | generateLimit_DB_STRING_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_lessthan_equals() | I2CE_FormField_DB_TEXT->generateLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_lessthan_equals() | generateLimit_DB_TEXT_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#generateLimit_between() | I2CE_FormField_DB_INT->generateLimit_between() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_INT_between() | generateLimit_DB_INT_between()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_between() | I2CE_FormField_DB_STRING->generateLimit_between() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_between() | generateLimit_DB_STRING_between()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_between() | I2CE_FormField_DB_TEXT->generateLimit_between() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_between() | generateLimit_DB_TEXT_between()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#generateLimit_greaterthan_now() | I2CE_FormField_DB_DATE->generateLimit_greaterthan_now() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_greaterthan_now() | generateLimit_greaterthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#generateLimit_lessthan_now() | I2CE_FormField_DB_DATE->generateLimit_lessthan_now() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_lessthan_now() | generateLimit_lessthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_like() | I2CE_FormField_DB_STRING->generateLimit_like() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_like() | generateLimit_DB_STRING_like()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_like() | I2CE_FormField_DB_TEXT->generateLimit_like() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_like() | generateLimit_DB_TEXT_like()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_lowerlike() | I2CE_FormField_DB_STRING->generateLimit_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_lowerlike() | generateLimit_DB_STRING_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_lowerlike() | I2CE_FormField_DB_TEXT->generateLimit_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_lowerlike() | generateLimit_DB_TEXT_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#generateLimit_contains() | I2CE_FormField_DB_STRING->generateLimit_contains() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_STRING_contains() | generateLimit_DB_STRING_contains()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#generateLimit_contains() | I2CE_FormField_DB_TEXT->generateLimit_contains() ]] via [[Class: I2CE_Module_FormLimits#generateLimit_DB_TEXT_contains() | generateLimit_DB_TEXT_contains()]]
**Implements the method [[Class: I2CE_FormField_BOOL#checkLimit_truefalse() | I2CE_FormField_BOOL->checkLimit_truefalse() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_BOOL_truefalse() | checkLimit_BOOL_truefalse()]]
**Implements the method [[Class: I2CE_FormField_BOOL#checkLimitString_truefalse() | I2CE_FormField_BOOL->checkLimitString_truefalse() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_BOOL_truefalse() | checkLimitString_BOOL_truefalse()]]
**Implements the method [[Class: I2CE_FormField_BOOL#getLimitMenu_truefalse() | I2CE_FormField_BOOL->getLimitMenu_truefalse() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_BOOL_DISPLAYFIELDSTYLE_truefalse() | I2CE_FormField_BOOL_DISPLAYFIELDSTYLE_truefalse()]]
**Implements the method [[Class: I2CE_FormField_BOOL#processLimitMenu_truefalse() | I2CE_FormField_BOOL->processLimitMenu_truefalse() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_BOOL_PROCESSFIELDSTYLE_truefalse() | I2CE_FormField_BOOL_PROCESSFIELDSTYLE_truefalse()]]
**Implements the method [[Class: I2CE_FormField_BOOL#checkLimit_true() | I2CE_FormField_BOOL->checkLimit_true() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_BOOL_true() | checkLimit_BOOL_true()]]
**Implements the method [[Class: I2CE_FormField_BOOL#checkLimitString_true() | I2CE_FormField_BOOL->checkLimitString_true() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_BOOL_true() | checkLimitString_BOOL_true()]]
**Implements the method [[Class: I2CE_FormField_BOOL#getLimitMenu_true() | I2CE_FormField_BOOL->getLimitMenu_true() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_BOOL_DISPLAYFIELDSTYLE_true() | I2CE_FormField_BOOL_DISPLAYFIELDSTYLE_true()]]
**Implements the method [[Class: I2CE_FormField_BOOL#processLimitMenu_true() | I2CE_FormField_BOOL->processLimitMenu_true() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_BOOL_PROCESSFIELDSTYLE_true() | I2CE_FormField_BOOL_PROCESSFIELDSTYLE_true()]]
**Implements the method [[Class: I2CE_FormField_BOOL#checkLimit_false() | I2CE_FormField_BOOL->checkLimit_false() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_BOOL_false() | checkLimit_BOOL_false()]]
**Implements the method [[Class: I2CE_FormField_BOOL#checkLimitString_false() | I2CE_FormField_BOOL->checkLimitString_false() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_BOOL_false() | checkLimitString_BOOL_false()]]
**Implements the method [[Class: I2CE_FormField_BOOL#getLimitMenu_false() | I2CE_FormField_BOOL->getLimitMenu_false() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_BOOL_DISPLAYFIELDSTYLE_false() | I2CE_FormField_BOOL_DISPLAYFIELDSTYLE_false()]]
**Implements the method [[Class: I2CE_FormField_BOOL#processLimitMenu_false() | I2CE_FormField_BOOL->processLimitMenu_false() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_BOOL_PROCESSFIELDSTYLE_false() | I2CE_FormField_BOOL_PROCESSFIELDSTYLE_false()]]
**Implements the method [[Class: I2CE_FormField_YESNO#checkLimit_yesno() | I2CE_FormField_YESNO->checkLimit_yesno() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_YESNO_yesno() | checkLimit_YESNO_yesno()]]
**Implements the method [[Class: I2CE_FormField_YESNO#checkLimitString_yesno() | I2CE_FormField_YESNO->checkLimitString_yesno() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_YESNO_yesno() | checkLimitString_YESNO_yesno()]]
**Implements the method [[Class: I2CE_FormField_YESNO#getLimitMenu_yesno() | I2CE_FormField_YESNO->getLimitMenu_yesno() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_YESNO_DISPLAYFIELDSTYLE_yesno() | I2CE_FormField_YESNO_DISPLAYFIELDSTYLE_yesno()]]
**Implements the method [[Class: I2CE_FormField_YESNO#processLimitMenu_yesno() | I2CE_FormField_YESNO->processLimitMenu_yesno() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_YESNO_PROCESSFIELDSTYLE_yesno() | I2CE_FormField_YESNO_PROCESSFIELDSTYLE_yesno()]]
**Implements the method [[Class: I2CE_FormField_YESNO#checkLimit_yes() | I2CE_FormField_YESNO->checkLimit_yes() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_YESNO_yes() | checkLimit_YESNO_yes()]]
**Implements the method [[Class: I2CE_FormField_YESNO#checkLimitString_yes() | I2CE_FormField_YESNO->checkLimitString_yes() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_YESNO_yes() | checkLimitString_YESNO_yes()]]
**Implements the method [[Class: I2CE_FormField_YESNO#getLimitMenu_yes() | I2CE_FormField_YESNO->getLimitMenu_yes() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_YESNO_DISPLAYFIELDSTYLE_yes() | I2CE_FormField_YESNO_DISPLAYFIELDSTYLE_yes()]]
**Implements the method [[Class: I2CE_FormField_YESNO#processLimitMenu_yes() | I2CE_FormField_YESNO->processLimitMenu_yes() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_YESNO_PROCESSFIELDSTYLE_yes() | I2CE_FormField_YESNO_PROCESSFIELDSTYLE_yes()]]
**Implements the method [[Class: I2CE_FormField_YESNO#checkLimit_no() | I2CE_FormField_YESNO->checkLimit_no() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_YESNO_no() | checkLimit_YESNO_no()]]
**Implements the method [[Class: I2CE_FormField_YESNO#checkLimitString_no() | I2CE_FormField_YESNO->checkLimitString_no() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_YESNO_no() | checkLimitString_YESNO_no()]]
**Implements the method [[Class: I2CE_FormField_YESNO#getLimitMenu_no() | I2CE_FormField_YESNO->getLimitMenu_no() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_YESNO_DISPLAYFIELDSTYLE_no() | I2CE_FormField_YESNO_DISPLAYFIELDSTYLE_no()]]
**Implements the method [[Class: I2CE_FormField_YESNO#processLimitMenu_no() | I2CE_FormField_YESNO->processLimitMenu_no() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_YESNO_PROCESSFIELDSTYLE_no() | I2CE_FormField_YESNO_PROCESSFIELDSTYLE_no()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimit_in() | I2CE_FormField_DB_INT->checkLimit_in() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_INT_in() | checkLimit_DB_INT_in()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimitString_in() | I2CE_FormField_DB_INT->checkLimitString_in() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_INT_in() | checkLimitString_DB_INT_in()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#getLimitMenu_in() | I2CE_FormField_DB_INT->getLimitMenu_in() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_in() | I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#processLimitMenu_in() | I2CE_FormField_DB_INT->processLimitMenu_in() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_in() | I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_in() | I2CE_FormField_DB_STRING->checkLimit_in() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_in() | checkLimit_DB_STRING_in()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_in() | I2CE_FormField_DB_STRING->checkLimitString_in() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_in() | checkLimitString_DB_STRING_in()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_in() | I2CE_FormField_DB_STRING->getLimitMenu_in() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_in() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_in() | I2CE_FormField_DB_STRING->processLimitMenu_in() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_in() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_in() | I2CE_FormField_DB_TEXT->checkLimit_in() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_in() | checkLimit_DB_TEXT_in()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_in() | I2CE_FormField_DB_TEXT->checkLimitString_in() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_in() | checkLimitString_DB_TEXT_in()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_in() | I2CE_FormField_DB_TEXT->getLimitMenu_in() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_in() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_in() | I2CE_FormField_DB_TEXT->processLimitMenu_in() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_in() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#checkLimit_in() | I2CE_FormField_DB_DATE->checkLimit_in() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_DATE_in() | checkLimit_DB_DATE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#checkLimitString_in() | I2CE_FormField_DB_DATE->checkLimitString_in() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_DATE_in() | checkLimitString_DB_DATE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#getLimitMenu_in() | I2CE_FormField_DB_DATE->getLimitMenu_in() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_DATE_DISPLAYFIELDSTYLE_in() | I2CE_FormField_DB_DATE_DISPLAYFIELDSTYLE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#processLimitMenu_in() | I2CE_FormField_DB_DATE->processLimitMenu_in() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_DATE_PROCESSFIELDSTYLE_in() | I2CE_FormField_DB_DATE_PROCESSFIELDSTYLE_in()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimit_equals() | I2CE_FormField_DB_INT->checkLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_INT_equals() | checkLimit_DB_INT_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimitString_equals() | I2CE_FormField_DB_INT->checkLimitString_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_INT_equals() | checkLimitString_DB_INT_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#getLimitMenu_equals() | I2CE_FormField_DB_INT->getLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_equals() | I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#processLimitMenu_equals() | I2CE_FormField_DB_INT->processLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_equals() | I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_equals() | I2CE_FormField_DB_STRING->checkLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_equals() | checkLimit_DB_STRING_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_equals() | I2CE_FormField_DB_STRING->checkLimitString_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_equals() | checkLimitString_DB_STRING_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_equals() | I2CE_FormField_DB_STRING->getLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_equals() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_equals() | I2CE_FormField_DB_STRING->processLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_equals() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_equals() | I2CE_FormField_DB_TEXT->checkLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_equals() | checkLimit_DB_TEXT_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_equals() | I2CE_FormField_DB_TEXT->checkLimitString_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_equals() | checkLimitString_DB_TEXT_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_equals() | I2CE_FormField_DB_TEXT->getLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_equals() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_equals() | I2CE_FormField_DB_TEXT->processLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_equals() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimit_greaterthan() | I2CE_FormField_DB_INT->checkLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_INT_greaterthan() | checkLimit_DB_INT_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimitString_greaterthan() | I2CE_FormField_DB_INT->checkLimitString_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_INT_greaterthan() | checkLimitString_DB_INT_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#getLimitMenu_greaterthan() | I2CE_FormField_DB_INT->getLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_greaterthan() | I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#processLimitMenu_greaterthan() | I2CE_FormField_DB_INT->processLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_greaterthan() | I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_greaterthan() | I2CE_FormField_DB_STRING->checkLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_greaterthan() | checkLimit_DB_STRING_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_greaterthan() | I2CE_FormField_DB_STRING->checkLimitString_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_greaterthan() | checkLimitString_DB_STRING_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_greaterthan() | I2CE_FormField_DB_STRING->getLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_greaterthan() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_greaterthan() | I2CE_FormField_DB_STRING->processLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_greaterthan() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_greaterthan() | I2CE_FormField_DB_TEXT->checkLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_greaterthan() | checkLimit_DB_TEXT_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_greaterthan() | I2CE_FormField_DB_TEXT->checkLimitString_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_greaterthan() | checkLimitString_DB_TEXT_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_greaterthan() | I2CE_FormField_DB_TEXT->getLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_greaterthan() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_greaterthan() | I2CE_FormField_DB_TEXT->processLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_greaterthan() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimit_lessthan() | I2CE_FormField_DB_INT->checkLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_INT_lessthan() | checkLimit_DB_INT_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimitString_lessthan() | I2CE_FormField_DB_INT->checkLimitString_lessthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_INT_lessthan() | checkLimitString_DB_INT_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#getLimitMenu_lessthan() | I2CE_FormField_DB_INT->getLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_lessthan() | I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#processLimitMenu_lessthan() | I2CE_FormField_DB_INT->processLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_lessthan() | I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_lessthan() | I2CE_FormField_DB_STRING->checkLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_lessthan() | checkLimit_DB_STRING_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_lessthan() | I2CE_FormField_DB_STRING->checkLimitString_lessthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_lessthan() | checkLimitString_DB_STRING_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_lessthan() | I2CE_FormField_DB_STRING->getLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lessthan() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_lessthan() | I2CE_FormField_DB_STRING->processLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lessthan() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_lessthan() | I2CE_FormField_DB_TEXT->checkLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_lessthan() | checkLimit_DB_TEXT_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_lessthan() | I2CE_FormField_DB_TEXT->checkLimitString_lessthan() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_lessthan() | checkLimitString_DB_TEXT_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_lessthan() | I2CE_FormField_DB_TEXT->getLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_lessthan() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_lessthan() | I2CE_FormField_DB_TEXT->processLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_lessthan() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimit_greaterthan_equals() | I2CE_FormField_DB_INT->checkLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_INT_greaterthan_equals() | checkLimit_DB_INT_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimitString_greaterthan_equals() | I2CE_FormField_DB_INT->checkLimitString_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_INT_greaterthan_equals() | checkLimitString_DB_INT_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#getLimitMenu_greaterthan_equals() | I2CE_FormField_DB_INT->getLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_greaterthan_equals() | I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#processLimitMenu_greaterthan_equals() | I2CE_FormField_DB_INT->processLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_greaterthan_equals() | I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_greaterthan_equals() | I2CE_FormField_DB_STRING->checkLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_greaterthan_equals() | checkLimit_DB_STRING_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_greaterthan_equals() | I2CE_FormField_DB_STRING->checkLimitString_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_greaterthan_equals() | checkLimitString_DB_STRING_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_greaterthan_equals() | I2CE_FormField_DB_STRING->getLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_greaterthan_equals() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_greaterthan_equals() | I2CE_FormField_DB_STRING->processLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_greaterthan_equals() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_greaterthan_equals() | I2CE_FormField_DB_TEXT->checkLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_greaterthan_equals() | checkLimit_DB_TEXT_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_greaterthan_equals() | I2CE_FormField_DB_TEXT->checkLimitString_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_greaterthan_equals() | checkLimitString_DB_TEXT_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_greaterthan_equals() | I2CE_FormField_DB_TEXT->getLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_greaterthan_equals() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_greaterthan_equals() | I2CE_FormField_DB_TEXT->processLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_greaterthan_equals() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimit_lessthan_equals() | I2CE_FormField_DB_INT->checkLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_INT_lessthan_equals() | checkLimit_DB_INT_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimitString_lessthan_equals() | I2CE_FormField_DB_INT->checkLimitString_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_INT_lessthan_equals() | checkLimitString_DB_INT_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#getLimitMenu_lessthan_equals() | I2CE_FormField_DB_INT->getLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_lessthan_equals() | I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#processLimitMenu_lessthan_equals() | I2CE_FormField_DB_INT->processLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_lessthan_equals() | I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_lessthan_equals() | I2CE_FormField_DB_STRING->checkLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_lessthan_equals() | checkLimit_DB_STRING_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_lessthan_equals() | I2CE_FormField_DB_STRING->checkLimitString_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_lessthan_equals() | checkLimitString_DB_STRING_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_lessthan_equals() | I2CE_FormField_DB_STRING->getLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lessthan_equals() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_lessthan_equals() | I2CE_FormField_DB_STRING->processLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lessthan_equals() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_lessthan_equals() | I2CE_FormField_DB_TEXT->checkLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_lessthan_equals() | checkLimit_DB_TEXT_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_lessthan_equals() | I2CE_FormField_DB_TEXT->checkLimitString_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_lessthan_equals() | checkLimitString_DB_TEXT_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_lessthan_equals() | I2CE_FormField_DB_TEXT->getLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_lessthan_equals() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_lessthan_equals() | I2CE_FormField_DB_TEXT->processLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_lessthan_equals() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimit_between() | I2CE_FormField_DB_INT->checkLimit_between() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_INT_between() | checkLimit_DB_INT_between()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#checkLimitString_between() | I2CE_FormField_DB_INT->checkLimitString_between() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_INT_between() | checkLimitString_DB_INT_between()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#getLimitMenu_between() | I2CE_FormField_DB_INT->getLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_between() | I2CE_FormField_DB_INT_DISPLAYFIELDSTYLE_between()]]
**Implements the method [[Class: I2CE_FormField_DB_INT#processLimitMenu_between() | I2CE_FormField_DB_INT->processLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_between() | I2CE_FormField_DB_INT_PROCESSFIELDSTYLE_between()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_between() | I2CE_FormField_DB_STRING->checkLimit_between() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_between() | checkLimit_DB_STRING_between()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_between() | I2CE_FormField_DB_STRING->checkLimitString_between() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_between() | checkLimitString_DB_STRING_between()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_between() | I2CE_FormField_DB_STRING->getLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_between() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_between()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_between() | I2CE_FormField_DB_STRING->processLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_between() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_between()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_between() | I2CE_FormField_DB_TEXT->checkLimit_between() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_between() | checkLimit_DB_TEXT_between()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_between() | I2CE_FormField_DB_TEXT->checkLimitString_between() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_between() | checkLimitString_DB_TEXT_between()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_between() | I2CE_FormField_DB_TEXT->getLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_between() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_between()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_between() | I2CE_FormField_DB_TEXT->processLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_between() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_between()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#checkLimit_greaterthan_now() | I2CE_FormField_DB_DATE->checkLimit_greaterthan_now() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_DATE_greaterthan_now() | checkLimit_DB_DATE_greaterthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#checkLimitString_greaterthan_now() | I2CE_FormField_DB_DATE->checkLimitString_greaterthan_now() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_DATE_greaterthan_now() | checkLimitString_DB_DATE_greaterthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#getLimitMenu_greaterthan_now() | I2CE_FormField_DB_DATE->getLimitMenu_greaterthan_now() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_DATE_DISPLAYFIELDSTYLE_greaterthan_now() | I2CE_FormField_DB_DATE_DISPLAYFIELDSTYLE_greaterthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#processLimitMenu_greaterthan_now() | I2CE_FormField_DB_DATE->processLimitMenu_greaterthan_now() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_DATE_PROCESSFIELDSTYLE_greaterthan_now() | I2CE_FormField_DB_DATE_PROCESSFIELDSTYLE_greaterthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#checkLimit_lessthan_now() | I2CE_FormField_DB_DATE->checkLimit_lessthan_now() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_DATE_lessthan_now() | checkLimit_DB_DATE_lessthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#checkLimitString_lessthan_now() | I2CE_FormField_DB_DATE->checkLimitString_lessthan_now() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_DATE_lessthan_now() | checkLimitString_DB_DATE_lessthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#getLimitMenu_lessthan_now() | I2CE_FormField_DB_DATE->getLimitMenu_lessthan_now() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_DATE_DISPLAYFIELDSTYLE_lessthan_now() | I2CE_FormField_DB_DATE_DISPLAYFIELDSTYLE_lessthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_DATE#processLimitMenu_lessthan_now() | I2CE_FormField_DB_DATE->processLimitMenu_lessthan_now() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_DATE_PROCESSFIELDSTYLE_lessthan_now() | I2CE_FormField_DB_DATE_PROCESSFIELDSTYLE_lessthan_now()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_like() | I2CE_FormField_DB_STRING->checkLimit_like() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_like() | checkLimit_DB_STRING_like()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_like() | I2CE_FormField_DB_STRING->checkLimitString_like() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_like() | checkLimitString_DB_STRING_like()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_like() | I2CE_FormField_DB_STRING->getLimitMenu_like() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_like() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_like()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_like() | I2CE_FormField_DB_STRING->processLimitMenu_like() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_like() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_like()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_like() | I2CE_FormField_DB_TEXT->checkLimit_like() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_like() | checkLimit_DB_TEXT_like()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_like() | I2CE_FormField_DB_TEXT->checkLimitString_like() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_like() | checkLimitString_DB_TEXT_like()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_like() | I2CE_FormField_DB_TEXT->getLimitMenu_like() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_like() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_like()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_like() | I2CE_FormField_DB_TEXT->processLimitMenu_like() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_like() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_like()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_lowerlike() | I2CE_FormField_DB_STRING->checkLimit_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_lowerlike() | checkLimit_DB_STRING_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_lowerlike() | I2CE_FormField_DB_STRING->checkLimitString_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_lowerlike() | checkLimitString_DB_STRING_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_lowerlike() | I2CE_FormField_DB_STRING->getLimitMenu_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lowerlike() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_lowerlike() | I2CE_FormField_DB_STRING->processLimitMenu_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lowerlike() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_lowerlike() | I2CE_FormField_DB_TEXT->checkLimit_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_lowerlike() | checkLimit_DB_TEXT_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_lowerlike() | I2CE_FormField_DB_TEXT->checkLimitString_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_lowerlike() | checkLimitString_DB_TEXT_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_lowerlike() | I2CE_FormField_DB_TEXT->getLimitMenu_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_lowerlike() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_lowerlike() | I2CE_FormField_DB_TEXT->processLimitMenu_lowerlike() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_lowerlike() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_lowerlike()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimit_contains() | I2CE_FormField_DB_STRING->checkLimit_contains() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_STRING_contains() | checkLimit_DB_STRING_contains()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#checkLimitString_contains() | I2CE_FormField_DB_STRING->checkLimitString_contains() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_STRING_contains() | checkLimitString_DB_STRING_contains()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#getLimitMenu_contains() | I2CE_FormField_DB_STRING->getLimitMenu_contains() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_contains() | I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_contains()]]
**Implements the method [[Class: I2CE_FormField_DB_STRING#processLimitMenu_contains() | I2CE_FormField_DB_STRING->processLimitMenu_contains() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_contains() | I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_contains()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimit_contains() | I2CE_FormField_DB_TEXT->checkLimit_contains() ]] via [[Class: I2CE_Module_FormLimits#checkLimit_DB_TEXT_contains() | checkLimit_DB_TEXT_contains()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#checkLimitString_contains() | I2CE_FormField_DB_TEXT->checkLimitString_contains() ]] via [[Class: I2CE_Module_FormLimits#checkLimitString_DB_TEXT_contains() | checkLimitString_DB_TEXT_contains()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#getLimitMenu_contains() | I2CE_FormField_DB_TEXT->getLimitMenu_contains() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_contains() | I2CE_FormField_DB_TEXT_DISPLAYFIELDSTYLE_contains()]]
**Implements the method [[Class: I2CE_FormField_DB_TEXT#processLimitMenu_contains() | I2CE_FormField_DB_TEXT->processLimitMenu_contains() ]] via [[Class: I2CE_Module_FormLimits#I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_contains() | I2CE_FormField_DB_TEXT_PROCESSFIELDSTYLE_contains()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#generateLimit_equals() | I2CE_FormField_DATE_YMD->generateLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_YMD_equals() | DATE_generateLimit_DATE_YMD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimit_equals() | I2CE_FormField_DATE_YMD->checkLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_equals() | DATE_checkLimit_DATE_YMD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimitString_equals() | I2CE_FormField_DATE_YMD->checkLimitString_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_equals() | DATE_checkLimit_DATE_YMD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#getLimitMenu_equals() | I2CE_FormField_DATE_YMD->getLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_YMD_equals() | DATE_getLimitMenu_DATE_YMD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#processLimitMenu_equals() | I2CE_FormField_DATE_YMD->processLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_YMD_equals() | DATE_processLimitMenu_DATE_YMD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#generateLimit_equals() | I2CE_FormField_DATE_MD->generateLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_MD_equals() | DATE_generateLimit_DATE_MD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimit_equals() | I2CE_FormField_DATE_MD->checkLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_equals() | DATE_checkLimit_DATE_MD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimitString_equals() | I2CE_FormField_DATE_MD->checkLimitString_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_equals() | DATE_checkLimit_DATE_MD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#getLimitMenu_equals() | I2CE_FormField_DATE_MD->getLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_MD_equals() | DATE_getLimitMenu_DATE_MD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#processLimitMenu_equals() | I2CE_FormField_DATE_MD->processLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_MD_equals() | DATE_processLimitMenu_DATE_MD_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#generateLimit_equals() | I2CE_FormField_DATE_Y->generateLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_Y_equals() | DATE_generateLimit_DATE_Y_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimit_equals() | I2CE_FormField_DATE_Y->checkLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_equals() | DATE_checkLimit_DATE_Y_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimitString_equals() | I2CE_FormField_DATE_Y->checkLimitString_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_equals() | DATE_checkLimit_DATE_Y_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#getLimitMenu_equals() | I2CE_FormField_DATE_Y->getLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_Y_equals() | DATE_getLimitMenu_DATE_Y_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#processLimitMenu_equals() | I2CE_FormField_DATE_Y->processLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_Y_equals() | DATE_processLimitMenu_DATE_Y_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#generateLimit_equals() | I2CE_FormField_DATE_HMS->generateLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_HMS_equals() | DATE_generateLimit_DATE_HMS_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimit_equals() | I2CE_FormField_DATE_HMS->checkLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_equals() | DATE_checkLimit_DATE_HMS_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimitString_equals() | I2CE_FormField_DATE_HMS->checkLimitString_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_equals() | DATE_checkLimit_DATE_HMS_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#getLimitMenu_equals() | I2CE_FormField_DATE_HMS->getLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_HMS_equals() | DATE_getLimitMenu_DATE_HMS_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#processLimitMenu_equals() | I2CE_FormField_DATE_HMS->processLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_HMS_equals() | DATE_processLimitMenu_DATE_HMS_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#generateLimit_equals() | I2CE_FormField_DATE_TIME->generateLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_TIME_equals() | DATE_generateLimit_DATE_TIME_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimit_equals() | I2CE_FormField_DATE_TIME->checkLimit_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_equals() | DATE_checkLimit_DATE_TIME_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimitString_equals() | I2CE_FormField_DATE_TIME->checkLimitString_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_equals() | DATE_checkLimit_DATE_TIME_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#getLimitMenu_equals() | I2CE_FormField_DATE_TIME->getLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_TIME_equals() | DATE_getLimitMenu_DATE_TIME_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#processLimitMenu_equals() | I2CE_FormField_DATE_TIME->processLimitMenu_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_TIME_equals() | DATE_processLimitMenu_DATE_TIME_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#generateLimit_greaterthan() | I2CE_FormField_DATE_YMD->generateLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_YMD_greaterthan() | DATE_generateLimit_DATE_YMD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimit_greaterthan() | I2CE_FormField_DATE_YMD->checkLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_greaterthan() | DATE_checkLimit_DATE_YMD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimitString_greaterthan() | I2CE_FormField_DATE_YMD->checkLimitString_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_greaterthan() | DATE_checkLimit_DATE_YMD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#getLimitMenu_greaterthan() | I2CE_FormField_DATE_YMD->getLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_YMD_greaterthan() | DATE_getLimitMenu_DATE_YMD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#processLimitMenu_greaterthan() | I2CE_FormField_DATE_YMD->processLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_YMD_greaterthan() | DATE_processLimitMenu_DATE_YMD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#generateLimit_greaterthan() | I2CE_FormField_DATE_MD->generateLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_MD_greaterthan() | DATE_generateLimit_DATE_MD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimit_greaterthan() | I2CE_FormField_DATE_MD->checkLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_greaterthan() | DATE_checkLimit_DATE_MD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimitString_greaterthan() | I2CE_FormField_DATE_MD->checkLimitString_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_greaterthan() | DATE_checkLimit_DATE_MD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#getLimitMenu_greaterthan() | I2CE_FormField_DATE_MD->getLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_MD_greaterthan() | DATE_getLimitMenu_DATE_MD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#processLimitMenu_greaterthan() | I2CE_FormField_DATE_MD->processLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_MD_greaterthan() | DATE_processLimitMenu_DATE_MD_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#generateLimit_greaterthan() | I2CE_FormField_DATE_Y->generateLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_Y_greaterthan() | DATE_generateLimit_DATE_Y_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimit_greaterthan() | I2CE_FormField_DATE_Y->checkLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_greaterthan() | DATE_checkLimit_DATE_Y_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimitString_greaterthan() | I2CE_FormField_DATE_Y->checkLimitString_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_greaterthan() | DATE_checkLimit_DATE_Y_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#getLimitMenu_greaterthan() | I2CE_FormField_DATE_Y->getLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_Y_greaterthan() | DATE_getLimitMenu_DATE_Y_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#processLimitMenu_greaterthan() | I2CE_FormField_DATE_Y->processLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_Y_greaterthan() | DATE_processLimitMenu_DATE_Y_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#generateLimit_greaterthan() | I2CE_FormField_DATE_HMS->generateLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_HMS_greaterthan() | DATE_generateLimit_DATE_HMS_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimit_greaterthan() | I2CE_FormField_DATE_HMS->checkLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_greaterthan() | DATE_checkLimit_DATE_HMS_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimitString_greaterthan() | I2CE_FormField_DATE_HMS->checkLimitString_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_greaterthan() | DATE_checkLimit_DATE_HMS_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#getLimitMenu_greaterthan() | I2CE_FormField_DATE_HMS->getLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_HMS_greaterthan() | DATE_getLimitMenu_DATE_HMS_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#processLimitMenu_greaterthan() | I2CE_FormField_DATE_HMS->processLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_HMS_greaterthan() | DATE_processLimitMenu_DATE_HMS_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#generateLimit_greaterthan() | I2CE_FormField_DATE_TIME->generateLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_TIME_greaterthan() | DATE_generateLimit_DATE_TIME_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimit_greaterthan() | I2CE_FormField_DATE_TIME->checkLimit_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_greaterthan() | DATE_checkLimit_DATE_TIME_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimitString_greaterthan() | I2CE_FormField_DATE_TIME->checkLimitString_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_greaterthan() | DATE_checkLimit_DATE_TIME_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#getLimitMenu_greaterthan() | I2CE_FormField_DATE_TIME->getLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_TIME_greaterthan() | DATE_getLimitMenu_DATE_TIME_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#processLimitMenu_greaterthan() | I2CE_FormField_DATE_TIME->processLimitMenu_greaterthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_TIME_greaterthan() | DATE_processLimitMenu_DATE_TIME_greaterthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#generateLimit_lessthan() | I2CE_FormField_DATE_YMD->generateLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_YMD_lessthan() | DATE_generateLimit_DATE_YMD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimit_lessthan() | I2CE_FormField_DATE_YMD->checkLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_lessthan() | DATE_checkLimit_DATE_YMD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimitString_lessthan() | I2CE_FormField_DATE_YMD->checkLimitString_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_lessthan() | DATE_checkLimit_DATE_YMD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#getLimitMenu_lessthan() | I2CE_FormField_DATE_YMD->getLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_YMD_lessthan() | DATE_getLimitMenu_DATE_YMD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#processLimitMenu_lessthan() | I2CE_FormField_DATE_YMD->processLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_YMD_lessthan() | DATE_processLimitMenu_DATE_YMD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#generateLimit_lessthan() | I2CE_FormField_DATE_MD->generateLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_MD_lessthan() | DATE_generateLimit_DATE_MD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimit_lessthan() | I2CE_FormField_DATE_MD->checkLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_lessthan() | DATE_checkLimit_DATE_MD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimitString_lessthan() | I2CE_FormField_DATE_MD->checkLimitString_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_lessthan() | DATE_checkLimit_DATE_MD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#getLimitMenu_lessthan() | I2CE_FormField_DATE_MD->getLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_MD_lessthan() | DATE_getLimitMenu_DATE_MD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#processLimitMenu_lessthan() | I2CE_FormField_DATE_MD->processLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_MD_lessthan() | DATE_processLimitMenu_DATE_MD_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#generateLimit_lessthan() | I2CE_FormField_DATE_Y->generateLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_Y_lessthan() | DATE_generateLimit_DATE_Y_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimit_lessthan() | I2CE_FormField_DATE_Y->checkLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_lessthan() | DATE_checkLimit_DATE_Y_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimitString_lessthan() | I2CE_FormField_DATE_Y->checkLimitString_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_lessthan() | DATE_checkLimit_DATE_Y_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#getLimitMenu_lessthan() | I2CE_FormField_DATE_Y->getLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_Y_lessthan() | DATE_getLimitMenu_DATE_Y_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#processLimitMenu_lessthan() | I2CE_FormField_DATE_Y->processLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_Y_lessthan() | DATE_processLimitMenu_DATE_Y_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#generateLimit_lessthan() | I2CE_FormField_DATE_HMS->generateLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_HMS_lessthan() | DATE_generateLimit_DATE_HMS_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimit_lessthan() | I2CE_FormField_DATE_HMS->checkLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_lessthan() | DATE_checkLimit_DATE_HMS_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimitString_lessthan() | I2CE_FormField_DATE_HMS->checkLimitString_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_lessthan() | DATE_checkLimit_DATE_HMS_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#getLimitMenu_lessthan() | I2CE_FormField_DATE_HMS->getLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_HMS_lessthan() | DATE_getLimitMenu_DATE_HMS_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#processLimitMenu_lessthan() | I2CE_FormField_DATE_HMS->processLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_HMS_lessthan() | DATE_processLimitMenu_DATE_HMS_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#generateLimit_lessthan() | I2CE_FormField_DATE_TIME->generateLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_TIME_lessthan() | DATE_generateLimit_DATE_TIME_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimit_lessthan() | I2CE_FormField_DATE_TIME->checkLimit_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_lessthan() | DATE_checkLimit_DATE_TIME_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimitString_lessthan() | I2CE_FormField_DATE_TIME->checkLimitString_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_lessthan() | DATE_checkLimit_DATE_TIME_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#getLimitMenu_lessthan() | I2CE_FormField_DATE_TIME->getLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_TIME_lessthan() | DATE_getLimitMenu_DATE_TIME_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#processLimitMenu_lessthan() | I2CE_FormField_DATE_TIME->processLimitMenu_lessthan() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_TIME_lessthan() | DATE_processLimitMenu_DATE_TIME_lessthan()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#generateLimit_greaterthan_equals() | I2CE_FormField_DATE_YMD->generateLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_YMD_greaterthan_equals() | DATE_generateLimit_DATE_YMD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimit_greaterthan_equals() | I2CE_FormField_DATE_YMD->checkLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_greaterthan_equals() | DATE_checkLimit_DATE_YMD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimitString_greaterthan_equals() | I2CE_FormField_DATE_YMD->checkLimitString_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_greaterthan_equals() | DATE_checkLimit_DATE_YMD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#getLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_YMD->getLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_YMD_greaterthan_equals() | DATE_getLimitMenu_DATE_YMD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#processLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_YMD->processLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_YMD_greaterthan_equals() | DATE_processLimitMenu_DATE_YMD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#generateLimit_greaterthan_equals() | I2CE_FormField_DATE_MD->generateLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_MD_greaterthan_equals() | DATE_generateLimit_DATE_MD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimit_greaterthan_equals() | I2CE_FormField_DATE_MD->checkLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_greaterthan_equals() | DATE_checkLimit_DATE_MD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimitString_greaterthan_equals() | I2CE_FormField_DATE_MD->checkLimitString_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_greaterthan_equals() | DATE_checkLimit_DATE_MD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#getLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_MD->getLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_MD_greaterthan_equals() | DATE_getLimitMenu_DATE_MD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#processLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_MD->processLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_MD_greaterthan_equals() | DATE_processLimitMenu_DATE_MD_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#generateLimit_greaterthan_equals() | I2CE_FormField_DATE_Y->generateLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_Y_greaterthan_equals() | DATE_generateLimit_DATE_Y_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimit_greaterthan_equals() | I2CE_FormField_DATE_Y->checkLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_greaterthan_equals() | DATE_checkLimit_DATE_Y_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimitString_greaterthan_equals() | I2CE_FormField_DATE_Y->checkLimitString_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_greaterthan_equals() | DATE_checkLimit_DATE_Y_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#getLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_Y->getLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_Y_greaterthan_equals() | DATE_getLimitMenu_DATE_Y_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#processLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_Y->processLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_Y_greaterthan_equals() | DATE_processLimitMenu_DATE_Y_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#generateLimit_greaterthan_equals() | I2CE_FormField_DATE_HMS->generateLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_HMS_greaterthan_equals() | DATE_generateLimit_DATE_HMS_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimit_greaterthan_equals() | I2CE_FormField_DATE_HMS->checkLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_greaterthan_equals() | DATE_checkLimit_DATE_HMS_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimitString_greaterthan_equals() | I2CE_FormField_DATE_HMS->checkLimitString_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_greaterthan_equals() | DATE_checkLimit_DATE_HMS_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#getLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_HMS->getLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_HMS_greaterthan_equals() | DATE_getLimitMenu_DATE_HMS_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#processLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_HMS->processLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_HMS_greaterthan_equals() | DATE_processLimitMenu_DATE_HMS_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#generateLimit_greaterthan_equals() | I2CE_FormField_DATE_TIME->generateLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_TIME_greaterthan_equals() | DATE_generateLimit_DATE_TIME_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimit_greaterthan_equals() | I2CE_FormField_DATE_TIME->checkLimit_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_greaterthan_equals() | DATE_checkLimit_DATE_TIME_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimitString_greaterthan_equals() | I2CE_FormField_DATE_TIME->checkLimitString_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_greaterthan_equals() | DATE_checkLimit_DATE_TIME_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#getLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_TIME->getLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_TIME_greaterthan_equals() | DATE_getLimitMenu_DATE_TIME_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#processLimitMenu_greaterthan_equals() | I2CE_FormField_DATE_TIME->processLimitMenu_greaterthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_TIME_greaterthan_equals() | DATE_processLimitMenu_DATE_TIME_greaterthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#generateLimit_lessthan_equals() | I2CE_FormField_DATE_YMD->generateLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_YMD_lessthan_equals() | DATE_generateLimit_DATE_YMD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimit_lessthan_equals() | I2CE_FormField_DATE_YMD->checkLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_lessthan_equals() | DATE_checkLimit_DATE_YMD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimitString_lessthan_equals() | I2CE_FormField_DATE_YMD->checkLimitString_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_lessthan_equals() | DATE_checkLimit_DATE_YMD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#getLimitMenu_lessthan_equals() | I2CE_FormField_DATE_YMD->getLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_YMD_lessthan_equals() | DATE_getLimitMenu_DATE_YMD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#processLimitMenu_lessthan_equals() | I2CE_FormField_DATE_YMD->processLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_YMD_lessthan_equals() | DATE_processLimitMenu_DATE_YMD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#generateLimit_lessthan_equals() | I2CE_FormField_DATE_MD->generateLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_MD_lessthan_equals() | DATE_generateLimit_DATE_MD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimit_lessthan_equals() | I2CE_FormField_DATE_MD->checkLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_lessthan_equals() | DATE_checkLimit_DATE_MD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimitString_lessthan_equals() | I2CE_FormField_DATE_MD->checkLimitString_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_lessthan_equals() | DATE_checkLimit_DATE_MD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#getLimitMenu_lessthan_equals() | I2CE_FormField_DATE_MD->getLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_MD_lessthan_equals() | DATE_getLimitMenu_DATE_MD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#processLimitMenu_lessthan_equals() | I2CE_FormField_DATE_MD->processLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_MD_lessthan_equals() | DATE_processLimitMenu_DATE_MD_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#generateLimit_lessthan_equals() | I2CE_FormField_DATE_Y->generateLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_Y_lessthan_equals() | DATE_generateLimit_DATE_Y_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimit_lessthan_equals() | I2CE_FormField_DATE_Y->checkLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_lessthan_equals() | DATE_checkLimit_DATE_Y_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimitString_lessthan_equals() | I2CE_FormField_DATE_Y->checkLimitString_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_lessthan_equals() | DATE_checkLimit_DATE_Y_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#getLimitMenu_lessthan_equals() | I2CE_FormField_DATE_Y->getLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_Y_lessthan_equals() | DATE_getLimitMenu_DATE_Y_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#processLimitMenu_lessthan_equals() | I2CE_FormField_DATE_Y->processLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_Y_lessthan_equals() | DATE_processLimitMenu_DATE_Y_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#generateLimit_lessthan_equals() | I2CE_FormField_DATE_HMS->generateLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_HMS_lessthan_equals() | DATE_generateLimit_DATE_HMS_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimit_lessthan_equals() | I2CE_FormField_DATE_HMS->checkLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_lessthan_equals() | DATE_checkLimit_DATE_HMS_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimitString_lessthan_equals() | I2CE_FormField_DATE_HMS->checkLimitString_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_lessthan_equals() | DATE_checkLimit_DATE_HMS_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#getLimitMenu_lessthan_equals() | I2CE_FormField_DATE_HMS->getLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_HMS_lessthan_equals() | DATE_getLimitMenu_DATE_HMS_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#processLimitMenu_lessthan_equals() | I2CE_FormField_DATE_HMS->processLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_HMS_lessthan_equals() | DATE_processLimitMenu_DATE_HMS_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#generateLimit_lessthan_equals() | I2CE_FormField_DATE_TIME->generateLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_TIME_lessthan_equals() | DATE_generateLimit_DATE_TIME_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimit_lessthan_equals() | I2CE_FormField_DATE_TIME->checkLimit_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_lessthan_equals() | DATE_checkLimit_DATE_TIME_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimitString_lessthan_equals() | I2CE_FormField_DATE_TIME->checkLimitString_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_lessthan_equals() | DATE_checkLimit_DATE_TIME_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#getLimitMenu_lessthan_equals() | I2CE_FormField_DATE_TIME->getLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_TIME_lessthan_equals() | DATE_getLimitMenu_DATE_TIME_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#processLimitMenu_lessthan_equals() | I2CE_FormField_DATE_TIME->processLimitMenu_lessthan_equals() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_TIME_lessthan_equals() | DATE_processLimitMenu_DATE_TIME_lessthan_equals()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#getLimitMenu_between() | I2CE_FormField_DATE_YMD->getLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_YMD_between() | DATE_getLimitMenu_DATE_YMD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#generateLimit_between() | I2CE_FormField_DATE_YMD->generateLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_YMD_between() | DATE_generateLimit_DATE_YMD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimit_between() | I2CE_FormField_DATE_YMD->checkLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_YMD_between() | DATE_checkLimit_DATE_YMD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#checkLimitString_between() | I2CE_FormField_DATE_YMD->checkLimitString_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimitString_DATE_YMD_between() | DATE_checkLimitString_DATE_YMD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_YMD#processLimitMenu_between() | I2CE_FormField_DATE_YMD->processLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_YMD_between() | DATE_processLimitMenu_DATE_YMD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#getLimitMenu_between() | I2CE_FormField_DATE_MD->getLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_MD_between() | DATE_getLimitMenu_DATE_MD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#generateLimit_between() | I2CE_FormField_DATE_MD->generateLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_MD_between() | DATE_generateLimit_DATE_MD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimit_between() | I2CE_FormField_DATE_MD->checkLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_MD_between() | DATE_checkLimit_DATE_MD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#checkLimitString_between() | I2CE_FormField_DATE_MD->checkLimitString_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimitString_DATE_MD_between() | DATE_checkLimitString_DATE_MD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_MD#processLimitMenu_between() | I2CE_FormField_DATE_MD->processLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_MD_between() | DATE_processLimitMenu_DATE_MD_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#getLimitMenu_between() | I2CE_FormField_DATE_Y->getLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_Y_between() | DATE_getLimitMenu_DATE_Y_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#generateLimit_between() | I2CE_FormField_DATE_Y->generateLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_Y_between() | DATE_generateLimit_DATE_Y_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimit_between() | I2CE_FormField_DATE_Y->checkLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_Y_between() | DATE_checkLimit_DATE_Y_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#checkLimitString_between() | I2CE_FormField_DATE_Y->checkLimitString_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimitString_DATE_Y_between() | DATE_checkLimitString_DATE_Y_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_Y#processLimitMenu_between() | I2CE_FormField_DATE_Y->processLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_Y_between() | DATE_processLimitMenu_DATE_Y_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#getLimitMenu_between() | I2CE_FormField_DATE_HMS->getLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_HMS_between() | DATE_getLimitMenu_DATE_HMS_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#generateLimit_between() | I2CE_FormField_DATE_HMS->generateLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_HMS_between() | DATE_generateLimit_DATE_HMS_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimit_between() | I2CE_FormField_DATE_HMS->checkLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_HMS_between() | DATE_checkLimit_DATE_HMS_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#checkLimitString_between() | I2CE_FormField_DATE_HMS->checkLimitString_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimitString_DATE_HMS_between() | DATE_checkLimitString_DATE_HMS_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_HMS#processLimitMenu_between() | I2CE_FormField_DATE_HMS->processLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_HMS_between() | DATE_processLimitMenu_DATE_HMS_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#getLimitMenu_between() | I2CE_FormField_DATE_TIME->getLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_getLimitMenu_DATE_TIME_between() | DATE_getLimitMenu_DATE_TIME_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#generateLimit_between() | I2CE_FormField_DATE_TIME->generateLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_generateLimit_DATE_TIME_between() | DATE_generateLimit_DATE_TIME_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimit_between() | I2CE_FormField_DATE_TIME->checkLimit_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimit_DATE_TIME_between() | DATE_checkLimit_DATE_TIME_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#checkLimitString_between() | I2CE_FormField_DATE_TIME->checkLimitString_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_checkLimitString_DATE_TIME_between() | DATE_checkLimitString_DATE_TIME_between()]]
**Implements the method [[Class: I2CE_FormField_DATE_TIME#processLimitMenu_between() | I2CE_FormField_DATE_TIME->processLimitMenu_between() ]] via [[Class: I2CE_Module_FormLimits#DATE_processLimitMenu_DATE_TIME_between() | DATE_processLimitMenu_DATE_TIME_between()]]
*Description: A module that enables limits for forms.
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormLimits//lib modules/Forms/modules/FormLimits//lib] <br/>[[Class: I2CE_Module_FormLimits | I2CE_Module_FormLimits]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormLimits//templates modules/Forms/modules/FormLimits//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_date_minmax.html menu_date_minmax.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_generic_single.html menu_generic_single.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_generic_none.html menu_generic_none.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_generic_mapped_multi.html menu_generic_mapped_multi.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_generic_mapped_minmax.html menu_generic_mapped_minmax.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_generic_mapped_single.html menu_generic_mapped_single.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_null_not_null.html menu_null_not_null.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_truefalse.html menu_truefalse.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_linked_parent.html menu_linked_parent.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_yesno.html menu_yesno.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormLimits/templates/en_US//menu_generic_minmax.html menu_generic_minmax.html]
 
==formBrowser==
This describes version 4.0.0 of the module Form Browser (formBrowser)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormBrowser  i2ce/modules/Forms/modules/FormBrowser ]
*Description: Enables Browsing of Forms
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormBrowser//lib modules/Forms/modules/FormBrowser//lib] <br/>[[Class: I2CE_FormBrowser | I2CE_FormBrowser]], [[Class: I2CE_PageFormBrowser | I2CE_PageFormBrowser]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormBrowser//templates modules/Forms/modules/FormBrowser//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_form_details_record_edit_link.html formBrowser_form_details_record_edit_link.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_form_details_no_record.html formBrowser_form_details_no_record.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_form_details_record_edit.html formBrowser_form_details_record_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_menu.html formBrowser_menu.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_menu_form.html formBrowser_menu_form.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_form_details_record.html formBrowser_form_details_record.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser.html formBrowser.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_form_details_record_link.html formBrowser_form_details_record_link.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowse_menu.html formBrowse_menu.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_form_details.html formBrowser_form_details.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormBrowser/templates/en_US//formBrowser_form_details_edit.html formBrowser_form_details_edit.html]
 
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormBrowser//css modules/Forms/modules/FormBrowser//css]
==formDocumentor==
This describes version 4.0.3 of the module Form Documentor (formDocumentor)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormDocumentor  i2ce/modules/Forms/modules/FormDocumentor ]
*Description: Enables Documenting of existing forms and their relationship from the command line
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormDocumentor//lib modules/Forms/modules/FormDocumentor//lib] <br/>[[Class: I2Ce_Page_FormDocumentor | I2Ce_Page_FormDocumentor]]
**IMAGES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormDocumentor//images modules/Forms/modules/FormDocumentor//images]
==formRelationships==
This describes version 4.0.0 of the module Form Relationships (formRelationships)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormRelationship  i2ce/modules/Forms/modules/FormRelationship ]
*Description: Provides Form Relationships for use by a Swiss Factory
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
**[[iHRIS Module List#form-limits | form-limits]] at least 4.0 and less than 4.1
**[[iHRIS Module List#forms-storage | forms-storage]] at least 4.0 and less than 4.1
**[[iHRIS Module List#swissfactory | swissfactory]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormRelationship//lib modules/Forms/modules/FormRelationship//lib] <br/>[[Class: I2CE_FormRelationship | I2CE_FormRelationship]], [[Class: I2CE_FormRelationship_Template | I2CE_FormRelationship_Template]], [[Class: I2CE_Swiss_FormRelationship | I2CE_Swiss_FormRelationship]], [[Class: I2CE_Swiss_FormRelationship_Base | I2CE_Swiss_FormRelationship_Base]], [[Class: I2CE_Swiss_FormRelationship_Join | I2CE_Swiss_FormRelationship_Join]], [[Class: I2CE_Swiss_FormRelationship_Joins | I2CE_Swiss_FormRelationship_Joins]], [[Class: I2CE_Swiss_FormRelationship_ReportingFunctions | I2CE_Swiss_FormRelationship_ReportingFunctions]], [[Class: I2CE_Swiss_FormRelationship_Where | I2CE_Swiss_FormRelationship_Where]], [[Class: I2CE_Swiss_FormRelationship_Where_Operands | I2CE_Swiss_FormRelationship_Where_Operands]], [[Class: I2CE_Swiss_FormRelationships | I2CE_Swiss_FormRelationships]], [[Class: I2CE_Swiss_SQLFunction | I2CE_Swiss_SQLFunction]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormRelationship//templates modules/Forms/modules/FormRelationship//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_view.html formRelationship_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_new_limit_styles.html formRelationship_new_limit_styles.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_reporting_functions_edit.html formRelationship_reporting_functions_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_join.html formRelationship_join.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_join.html formRelationship_existing_join.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_new_limit_style.html formRelationship_new_limit_style.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_relationship.html formRelationship_relationship.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_new_limits.html formRelationship_new_limits.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_reporting_functions_view.html formRelationship_reporting_functions_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_new_limit_choice.html formRelationship_new_limit_choice.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_join_meta.html formRelationship_join_meta.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_where_container.html formRelationship_where_container.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formrelationships_options.html formrelationships_options.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_function_edit.html formRelationship_existing_function_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_operand_list.html formRelationship_existing_operand_list.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_limit.html formRelationship_existing_limit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_operand.html formRelationship_existing_operand.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_menu_form.html formRelationship_menu_form.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_operand_list_member_edit.html formRelationship_existing_operand_list_member_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//swiss_sqlfunction_edit.html swiss_sqlfunction_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_join_drop_empty_edit.html formRelationship_join_drop_empty_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_function_view.html formRelationship_existing_function_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_meta_edit.html formRelationship_meta_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_join_container.html formRelationship_join_container.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_edit.html formRelationship_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_joins.html formRelationship_existing_joins.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_existing_operand_list_member_view.html formRelationship_existing_operand_list_member_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//swiss_sqlfunction_view.html swiss_sqlfunction_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_relationship_each.html formRelationship_relationship_each.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_view_relation.html formRelationship_view_relation.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_join_drop_empty_view.html formRelationship_join_drop_empty_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_new_operand.html formRelationship_new_operand.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_meta_view.html formRelationship_meta_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/modules/FormRelationship/templates/en_US//formRelationship_menu_relation_copy.html formRelationship_menu_relation_copy.html]
 
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormRelationship//css modules/Forms/modules/FormRelationship//css]
==forms==
This describes version 4.0.0 of the module I2CE Forms (forms)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms  i2ce/modules/Forms ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_Forms| I2CE_Module_Forms]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_PermissionParser#hasPermission_form() | I2CE_PermissionParser->hasPermission_form() ]] via [[Class: I2CE_Module_Forms#hasPermission_form() | hasPermission_form()]]
**Implements the method [[Class: I2CE_Template#setForm() | I2CE_Template->setForm() ]] via [[Class: I2CE_Module_Forms#setForm() | setForm()]]
**Implements the method [[Class: I2CE_Template#getField() | I2CE_Template->getField() ]] via [[Class: I2CE_Module_Forms#getField() | getField()]]
**Implements the method [[Class: I2CE_Template#setReview() | I2CE_Template->setReview() ]] via [[Class: I2CE_Module_Forms#setReview() | setReview()]]
**Implements the method [[Class: I2CE_Template#isReview() | I2CE_Template->isReview() ]] via [[Class: I2CE_Module_Forms#isReview() | isReview()]]
**Implements the method [[Class: I2CE_Template#setShowForm() | I2CE_Template->setShowForm() ]] via [[Class: I2CE_Module_Forms#setShowForm() | setShowForm()]]
**Implements the method [[Class: I2CE_Template#showForm() | I2CE_Template->showForm() ]] via [[Class: I2CE_Module_Forms#showForm() | showForm()]]
**Implements the method [[Class: I2CE_Page#setForm() | I2CE_Page->setForm() ]] via [[Class: I2CE_Module_Forms#setForm() | setForm()]]
**Implements the method [[Class: I2CE_Page#getField() | I2CE_Page->getField() ]] via [[Class: I2CE_Module_Forms#getField() | getField()]]
**Implements the method [[Class: I2CE_Page#setReview() | I2CE_Page->setReview() ]] via [[Class: I2CE_Module_Forms#setReview() | setReview()]]
**Implements the method [[Class: I2CE_Page#isReview() | I2CE_Page->isReview() ]] via [[Class: I2CE_Module_Forms#isReview() | isReview()]]
**Implements the method [[Class: I2CE_Page#setShowForm() | I2CE_Page->setShowForm() ]] via [[Class: I2CE_Module_Forms#setShowForm() | setShowForm()]]
**Implements the method [[Class: I2CE_Page#showForm() | I2CE_Page->showForm() ]] via [[Class: I2CE_Module_Forms#showForm() | showForm()]]
*Description: Adds a few basic forms to the system as well as some form  functionality to the template
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
**[[iHRIS Module List#template-data | template-data]] at least 4.0 and less than 4.1
**[[iHRIS Module List#DisplayData | DisplayData]] at least 4.0 and less than 4.1
**[[iHRIS Module List#menu_select | menu_select]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms//lib modules/Forms//lib] ,[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms//lib/fields modules/Forms//lib/fields] <br/>[[Class: I2CE_Entry | I2CE_Entry]], [[Class: I2CE_Form | I2CE_Form]], [[Class: I2CE_FormFactory | I2CE_FormFactory]], [[Class: I2CE_FormField | I2CE_FormField]], [[Class: I2CE_Module_Forms | I2CE_Module_Forms]], [[Class: I2CE_PageForm | I2CE_PageForm]], [[Class: I2CE_FormField_BOOL | I2CE_FormField_BOOL]], [[Class: I2CE_FormField_DATE_HMS | I2CE_FormField_DATE_HMS]], [[Class: I2CE_FormField_DATE_MD | I2CE_FormField_DATE_MD]], [[Class: I2CE_FormField_DATE_TIME | I2CE_FormField_DATE_TIME]], [[Class: I2CE_FormField_DATE_Y | I2CE_FormField_DATE_Y]], [[Class: I2CE_FormField_DATE_YMD | I2CE_FormField_DATE_YMD]], [[Class: I2CE_FormField_DB_DATE | I2CE_FormField_DB_DATE]], [[Class: I2CE_FormField_DB_INT | I2CE_FormField_DB_INT]], [[Class: I2CE_FormField_DB_STRING | I2CE_FormField_DB_STRING]], [[Class: I2CE_FormField_DB_TEXT | I2CE_FormField_DB_TEXT]], [[Class: I2CE_FormField_INT | I2CE_FormField_INT]], [[Class: I2CE_FormField_INT_GENERATE | I2CE_FormField_INT_GENERATE]], [[Class: I2CE_FormField_INT_LIST | I2CE_FormField_INT_LIST]], [[Class: I2CE_FormField_STRING_LINE | I2CE_FormField_STRING_LINE]], [[Class: I2CE_FormField_STRING_MLINE | I2CE_FormField_STRING_MLINE]], [[Class: I2CE_FormField_STRING_PASS | I2CE_FormField_STRING_PASS]], [[Class: I2CE_FormField_STRING_TEXT | I2CE_FormField_STRING_TEXT]], [[Class: I2CE_FormField_YESNO | I2CE_FormField_YESNO]], [[Class: I2CE_FormField_BOOL | I2CE_FormField_BOOL]], [[Class: I2CE_FormField_DATE_HMS | I2CE_FormField_DATE_HMS]], [[Class: I2CE_FormField_DATE_MD | I2CE_FormField_DATE_MD]], [[Class: I2CE_FormField_DATE_TIME | I2CE_FormField_DATE_TIME]], [[Class: I2CE_FormField_DATE_Y | I2CE_FormField_DATE_Y]], [[Class: I2CE_FormField_DATE_YMD | I2CE_FormField_DATE_YMD]], [[Class: I2CE_FormField_DB_DATE | I2CE_FormField_DB_DATE]], [[Class: I2CE_FormField_DB_INT | I2CE_FormField_DB_INT]], [[Class: I2CE_FormField_DB_STRING | I2CE_FormField_DB_STRING]], [[Class: I2CE_FormField_DB_TEXT | I2CE_FormField_DB_TEXT]], [[Class: I2CE_FormField_INT | I2CE_FormField_INT]], [[Class: I2CE_FormField_INT_GENERATE | I2CE_FormField_INT_GENERATE]], [[Class: I2CE_FormField_INT_LIST | I2CE_FormField_INT_LIST]], [[Class: I2CE_FormField_STRING_LINE | I2CE_FormField_STRING_LINE]], [[Class: I2CE_FormField_STRING_MLINE | I2CE_FormField_STRING_MLINE]], [[Class: I2CE_FormField_STRING_PASS | I2CE_FormField_STRING_PASS]], [[Class: I2CE_FormField_STRING_TEXT | I2CE_FormField_STRING_TEXT]], [[Class: I2CE_FormField_YESNO | I2CE_FormField_YESNO]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms//templates modules/Forms//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/templates/en_US//button_save_only.html button_save_only.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/templates/en_US//form_field.html form_field.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/templates/en_US//display_field.html display_field.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/templates/en_US//simple_display_field.html simple_display_field.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/templates/en_US//form_error.html form_error.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/templates/en_US//button_save.html button_save.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/templates/en_US//button_save_return.html button_save_return.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Forms/templates/en_US//button_confirm.html button_confirm.html]
 
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms//scripts modules/Forms//scripts]
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms//modules modules/Forms//modules] <br/>[[#BinField |BinField]], [[#CachedForms |CachedForms]], [[#Float |Float]], [[#Lists |Lists]], [[#UserForm |UserForm]], [[#form-limits |form-limits]], [[#formBrowser |formBrowser]], [[#formDocumentor |formDocumentor]], [[#formRelationships |formRelationships]], [[#forms-storage |forms-storage]]
==forms-storage==
This describes version 4.0.0 of the module Form Storage (forms-storage)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage  i2ce/modules/Forms/modules/FormStorage ]
*Module Class: The module class is implemented by [[Class: I2CE_FormStorage| I2CE_FormStorage]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Form#isComponentized() | I2CE_Form->isComponentized() ]] via [[Class: I2CE_FormStorage#isComponentizedForm() | isComponentizedForm()]]
**Implements the method [[Class: I2CE_Form#addChild() | I2CE_Form->addChild() ]] via [[Class: I2CE_FormStorage#addChild() | addChild()]]
**Implements the method [[Class: I2CE_Form#getChildIds() | I2CE_Form->getChildIds() ]] via [[Class: I2CE_FormStorage#getChildIds() | getChildIds()]]
**Implements the method [[Class: I2CE_Form#getStorage() | I2CE_Form->getStorage() ]] via [[Class: I2CE_FormStorage#getStorage() | getStorage()]]
**Implements the method [[Class: I2CE_Form#isWritable() | I2CE_Form->isWritable() ]] via [[Class: I2CE_FormStorage#isWritable() | isWritable()]]
**Implements the method [[Class: I2CE_Form#populate() | I2CE_Form->populate() ]] via [[Class: I2CE_FormStorage#populate() | populate()]]
**Implements the method [[Class: I2CE_Form#populateChild() | I2CE_Form->populateChild() ]] via [[Class: I2CE_FormStorage#populateChild() | populateChild()]]
**Implements the method [[Class: I2CE_Form#populateChildren() | I2CE_Form->populateChildren() ]] via [[Class: I2CE_FormStorage#populateChildren() | populateChildren()]]
**Implements the method [[Class: I2CE_Form#populateFirst() | I2CE_Form->populateFirst() ]] via [[Class: I2CE_FormStorage#populateFirst() | populateFirst()]]
**Implements the method [[Class: I2CE_Form#populateHistory() | I2CE_Form->populateHistory() ]] via [[Class: I2CE_FormStorage#populateHistory() | populateHistory()]]
**Implements the method [[Class: I2CE_Form#populateLast() | I2CE_Form->populateLast() ]] via [[Class: I2CE_FormStorage#populateLast() | populateLast()]]
**Implements the method [[Class: I2CE_Form#delete() | I2CE_Form->delete() ]] via [[Class: I2CE_FormStorage#delete() | delete()]]
**Implements the method [[Class: I2CE_Form#save() | I2CE_Form->save() ]] via [[Class: I2CE_FormStorage#save() | save()]]
**Implements the method [[Class: I2CE_Form#setChangeType() | I2CE_Form->setChangeType() ]] via [[Class: I2CE_FormStorage#setChangeType() | setChangeType()]]
**Implements the method [[Class: I2CE_FormField#save() | I2CE_FormField->save() ]] via [[Class: I2CE_FormStorage#FF_save() | FF_save()]]
**Implements the method [[Class: I2CE_FormField_INT_GENERATE#save() | I2CE_FormField_INT_GENERATE->save() ]] via [[Class: I2CE_FormStorage#FF_IG_save() | FF_IG_save()]]
**Implements the method [[Class: I2CE_FormField_STRING_PASS#save() | I2CE_FormField_STRING_PASS->save() ]] via [[Class: I2CE_FormStorage#FF_SP_save() | FF_SP_save()]]
**Implements the method [[Class: I2CE_FormField#populateHistory() | I2CE_FormField->populateHistory() ]] via [[Class: I2CE_FormStorage#FF_populateHistory() | FF_populateHistory()]]
**Implements the method [[Class: I2CE_FormField_INT_GENERATE#setSequence() | I2CE_FormField_INT_GENERATE->setSequence() ]] via [[Class: I2CE_FormStorage#FF_IG_setSequence() | FF_IG_setSequence()]]
**Implements the method [[Class: I2CE_FormFactory#getRecords() | I2CE_FormFactory->getRecords() ]] via [[Class: I2CE_FormStorage#getRecords() | getRecords()]]
*Description: A module that enables storage of Forms.  Sub modules will enable the specific storage and retrieval options.
*Requirements:
**[[iHRIS Module List#forms | forms]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage//lib modules/Forms/modules/FormStorage//lib] <br/>[[Class: I2CE_FormStorage | I2CE_FormStorage]], [[Class: I2CE_FormStorage_DB | I2CE_FormStorage_DB]], [[Class: I2CE_FormStorage_Mechanism | I2CE_FormStorage_Mechanism]]
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage//modules modules/Forms/modules/FormStorage//modules] <br/>[[#forms-storage-entry |forms-storage-entry]], [[#forms-storage-flat |forms-storage-flat]], [[#forms-storage-magicdata |forms-storage-magicdata]], [[#forms-storage-multiflat |forms-storage-multiflat]]
==forms-storage-entry==
This describes version 4.0.3 of the module Form Storage - Entry (forms-storage-entry)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageEntry  i2ce/modules/Forms/modules/FormStorage/modules/FormStorageEntry ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_FormStorageEntry| I2CE_Module_FormStorageEntry]]
*Description: A module that enables storage of Forms to a entry database structure that enables historical tracking and<br/>      automatic extension for new fields.
*Requirements:
**[[iHRIS Module List#forms-storage | forms-storage]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageEntry//lib modules/Forms/modules/FormStorage/modules/FormStorageEntry//lib] <br/>[[Class: I2CE_FormStorage_entry | I2CE_FormStorage_entry]], [[Class: I2CE_Module_FormStorageEntry | I2CE_Module_FormStorageEntry]]
**SQL: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageEntry//sql modules/Forms/modules/FormStorage/modules/FormStorageEntry//sql]
==forms-storage-flat==
This describes version 4.0.0 of the module Form Storage - Flat (forms-storage-flat)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageFlat  i2ce/modules/Forms/modules/FormStorage/modules/FormStorageFlat ]
*Description: A module that enables storage of Forms to a flat fixed database structure.
*Requirements:
**[[iHRIS Module List#forms-storage | forms-storage]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageFlat//lib modules/Forms/modules/FormStorage/modules/FormStorageFlat//lib] <br/>[[Class: I2CE_FormStorage_Flat | I2CE_FormStorage_Flat]]
==forms-storage-magicdata==
This describes version 4.0.0 of the module Form Storage - Magic Data (forms-storage-magicdata)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageMagicData  i2ce/modules/Forms/modules/FormStorage/modules/FormStorageMagicData ]
*Description: A module that enables storage of Forms to MagicData Storage.
*Requirements:
**[[iHRIS Module List#forms-storage | forms-storage]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageMagicData//lib modules/Forms/modules/FormStorage/modules/FormStorageMagicData//lib] <br/>[[Class: I2CE_FormStorage_magicdata | I2CE_FormStorage_magicdata]], [[Class: I2CE_FormStorage_magicdata | I2CE_FormStorage_magicdata]]
==forms-storage-multiflat==
This describes version 4.0.1 of the module Form Storage - Multi Flat (forms-storage-multiflat)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageMultiFlat  i2ce/modules/Forms/modules/FormStorage/modules/FormStorageMultiFlat ]
*Description: A module that enables aggregated storage of Forms from a flat fixed database structure.
*Requirements:
**[[iHRIS Module List#forms-storage | forms-storage]] at least 4.0 and less than 4.1
**[[iHRIS Module List#Lists | Lists]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Forms/modules/FormStorage/modules/FormStorageMultiFlat//lib modules/Forms/modules/FormStorage/modules/FormStorageMultiFlat//lib] <br/>[[Class: I2CE_FormStorage_multi_flat | I2CE_FormStorage_multi_flat]]
==jumper==
This describes version 4.0.0 of the module Page Jumper (jumper)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Jumper  i2ce/modules/Jumper ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_Jumper| I2CE_Module_Jumper]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#makeJumper() | I2CE_Page->makeJumper() ]] via [[Class: I2CE_Module_Jumper#makeJumper() | makeJumper()]]
**Implements the method [[Class: I2CE_Template#makeJumper() | I2CE_Template->makeJumper() ]] via [[Class: I2CE_Module_Jumper#makeJumper() | makeJumper()]]
*Description: Creates a page jumper for elements of a page.
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
*Optionally Enables: [[iHRIS Module List#stub | stub]]
*Paths:
**IMAGES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Jumper//images modules/Jumper//images]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Jumper//css modules/Jumper//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Jumper// modules/Jumper//] <br/>[[Class: I2CE_Module_Jumper | I2CE_Module_Jumper]]
==localeSelector==
This describes version 4.0.0 of the module Locale Selector (localeSelector)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/LocaleSelector  i2ce/modules/Pages/modules/LocaleSelector ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_LocaleSelector| I2CE_Module_LocaleSelector]]
*Description: Provides Locale Selector for a page as well<br/>    information for locales
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#swissfactory | swissfactory]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/LocaleSelector//lib modules/Pages/modules/LocaleSelector//lib] <br/>[[Class: I2CE_Module_LocaleSelector | I2CE_Module_LocaleSelector]], [[Class: I2CE_Page_LocaleAdmin | I2CE_Page_LocaleAdmin]], [[Class: I2CE_Swiss_Locale | I2CE_Swiss_Locale]], [[Class: I2CE_Swiss_Locales | I2CE_Swiss_Locales]]
**IMAGES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/LocaleSelector//images modules/Pages/modules/LocaleSelector//images]
**MISC: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/LocaleSelector//Flags.xml modules/Pages/modules/LocaleSelector//Flags.xml]
**CONFIGS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/LocaleSelector//configs modules/Pages/modules/LocaleSelector//configs]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/LocaleSelector//templates modules/Pages/modules/LocaleSelector//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/LocaleSelector/templates/en_US//site_locale_base.html site_locale_base.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/LocaleSelector/templates/en_US//language_choice.html language_choice.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/LocaleSelector/templates/en_US//site_locale_each.html site_locale_each.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/LocaleSelector/templates/en_US//language_choice_icon.html language_choice_icon.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/LocaleSelector/templates/en_US//locale_edit.html locale_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/LocaleSelector/templates/en_US//site_locale_add.html site_locale_add.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/LocaleSelector/templates/en_US//locale_view.html locale_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/LocaleSelector/templates/en_US//site_locale_base_edit.html site_locale_base_edit.html]
 
==maani-charts==
This describes version 4.7 of the module Charted Reports (maani-charts)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/FlashCharts  i2ce/modules/FlashCharts ]
*Description: Configuration options for the Maani chart reporting software<br/>    http://www.maani.us/charts
*Requirements:
**[[iHRIS Module List#FileDump | FileDump]] at least 4.0 and less than 4.1
*Paths:
**MAANI_CHART_FILES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/FlashCharts//maani_charts modules/FlashCharts//maani_charts]
**SWF: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/FlashCharts//maani_charts modules/FlashCharts//maani_charts]
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/FlashCharts//scripts modules/FlashCharts//scripts]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/FlashCharts// modules/FlashCharts//]
==magicDataBrowser==
This describes version 4.0.0 of the module Magic Data Browser (magicDataBrowser)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/MagicDataBrowser  i2ce/modules/Pages/modules/MagicDataBrowser ]
*Description: Browse Magic Data
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#FormWorm | FormWorm]] at least 4.0 and less than 4.1
*Optionally Enables: [[iHRIS Module List#magicDataExport | magicDataExport]]
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/MagicDataBrowser//scripts modules/Pages/modules/MagicDataBrowser//scripts]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/MagicDataBrowser//templates modules/Pages/modules/MagicDataBrowser//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//browser_value_node_notset_mini.html browser_value_node_notset_mini.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//browser_node_mini.html browser_node_mini.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//browser_add_node.html browser_add_node.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//magicdata_export_controls.html magicdata_export_controls.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//browser_value_node_mini.html browser_value_node_mini.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//browser_value_node.html browser_value_node.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//browser.html browser.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//browser_node.html browser_node.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/MagicDataBrowser/templates/en_US//browser_value_node_notset.html browser_value_node_notset.html]
 
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/MagicDataBrowser//css modules/Pages/modules/MagicDataBrowser//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/MagicDataBrowser// modules/Pages/modules/MagicDataBrowser//] <br/>[[Class: I2CE_Page_MagicDataBrowser | I2CE_Page_MagicDataBrowser]]
==magicDataExport==
This describes version 4.0.0 of the module Magic Data Export (magicDataExport)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MagicDataExport  i2ce/modules/MagicDataExport ]
*Description: Export Magic Data
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
*Paths:
**XML: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MagicDataExport//xml modules/MagicDataExport//xml]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MagicDataExport// modules/MagicDataExport//] <br/>[[Class: I2CE_MagicDataExport_Template | I2CE_MagicDataExport_Template]], [[Class: I2CE_Page_MagicDataExport | I2CE_Page_MagicDataExport]]
==menu_select==
This describes version 4.0.0 of the module Menu Select (menu_select)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/MenuSelect  i2ce/modules/MooTools/modules/MenuSelect ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_MenuSelect| I2CE_Module_MenuSelect]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#menuSelect() | I2CE_Page->menuSelect() ]] via [[Class: I2CE_Module_MenuSelect#menuSelect() | menuSelect()]]
**Implements the method [[Class: I2CE_Template#menuSelect() | I2CE_Template->menuSelect() ]] via [[Class: I2CE_Module_MenuSelect#menuSelect() | menuSelect()]]
**Implements the method [[Class: I2CE_Page#addUpdateSelect() | I2CE_Page->addUpdateSelect() ]] via [[Class: I2CE_Module_MenuSelect#addUpdateSelect() | addUpdateSelect()]]
**Implements the method [[Class: I2CE_Template#addUpdateSelect() | I2CE_Template->addUpdateSelect() ]] via [[Class: I2CE_Module_MenuSelect#addUpdateSelect() | addUpdateSelect()]]
*Description: Handles Nested Select Options
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/MenuSelect//scripts modules/MooTools/modules/MenuSelect//scripts]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MooTools/modules/MenuSelect// modules/MooTools/modules/MenuSelect//] <br/>[[Class: I2CE_Module_MenuSelect | I2CE_Module_MenuSelect]]
==messageBox==
This describes version 4.0.0 of the module Message Box (messageBox)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageBox  i2ce/modules/MessageHandler/modules/MessageBox ]
*Module Class: The module class is implemented by [[Class: I2CE_MessageBox| I2CE_MessageBox]]
*Description: Displays the default message in a box
*Requirements:
**[[iHRIS Module List#messageHandler | messageHandler]] at least 4.0 and less than 4.1
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageBox//scripts modules/MessageHandler/modules/MessageBox//scripts]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageBox//css modules/MessageHandler/modules/MessageBox//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageBox// modules/MessageHandler/modules/MessageBox//] <br/>[[Class: I2CE_MessageBox | I2CE_MessageBox]]
==messageHandler==
This describes version 4.0.0 of the module Message Handler (messageHandler)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler  i2ce/modules/MessageHandler ]
*Module Class: The module class is implemented by [[Class: I2CE_MessageHandler| I2CE_MessageHandler]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Fuzzy#userMessage() | I2CE_Fuzzy->userMessage() ]] via [[Class: I2CE_MessageHandler#addUserMessage() | addUserMessage()]]
*Description: A handler for user messages
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
*Paths:
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler//modules modules/MessageHandler//modules] <br/>[[#messageBox |messageBox]], [[#messageNotice |messageNotice]]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler// modules/MessageHandler//] <br/>[[Class: I2CE_MessageHandler | I2CE_MessageHandler]], [[Class: I2CE_MessageBox | I2CE_MessageBox]], [[Class: I2CE_MessageNotice | I2CE_MessageNotice]]
==messageNotice==
This describes version 4.0.0 of the module Message Notices (messageNotice)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageNotice  i2ce/modules/MessageHandler/modules/MessageNotice ]
*Module Class: The module class is implemented by [[Class: I2CE_MessageNotice| I2CE_MessageNotice]]
*Description: Displays any messages taggged with  'notice' in a notice box box
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#messageHandler | messageHandler]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageNotice//scripts modules/MessageHandler/modules/MessageNotice//scripts]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageNotice//css modules/MessageHandler/modules/MessageNotice//css]
**IMAGES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageNotice//images modules/MessageHandler/modules/MessageNotice//images]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/MessageHandler/modules/MessageNotice// modules/MessageHandler/modules/MessageNotice//] <br/>[[Class: I2CE_MessageNotice | I2CE_MessageNotice]]
==modDocumentor==
This describes version 4.0.3 of the module Mod Documentor (modDocumentor)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/ModDocumentor  i2ce/modules/Pages/modules/ModDocumentor ]
*Description: Enables Documenting of existing mods and their relationship from the command line
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/ModDocumentor//lib modules/Pages/modules/ModDocumentor//lib] <br/>[[Class: I2Ce_Page_ModDocumentor | I2Ce_Page_ModDocumentor]]
==modulePrompter==
This describes version 4.0.0 of the module Module Prompter (modulePrompter)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin/modules/ModulePrompter  i2ce/modules/Pages/modules/Admin/modules/ModulePrompter ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_ModulePrompter| I2CE_Module_ModulePrompter]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Wrangler#manipulateWrangler_I2CE_home() | I2CE_Wrangler->manipulateWrangler_I2CE_home() ]] via [[Class: I2CE_Module_ModulePrompter#changeHomePage() | changeHomePage()]]
*Description: Module to prompt the enable/disable of specific modules upon login
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
**[[iHRIS Module List#admin | admin]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Admin/modules/ModulePrompter//lib modules/Pages/modules/Admin/modules/ModulePrompter//lib] <br/>[[Class: I2CE_Module_ModulePrompter | I2CE_Module_ModulePrompter]]
==pages==
This describes version 4.0.0 of the module Pages (pages)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages  i2ce/modules/Pages ]
*Description: Provides pages, Users, Permissions and Templates
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
**[[iHRIS Module List#user | user]] at least 4.0 and less than 4.1
*Paths:
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages//modules modules/Pages//modules] <br/>[[#FileDump |FileDump]], [[#LoginPage |LoginPage]], [[#admin |admin]], [[#localeSelector |localeSelector]], [[#magicDataBrowser |magicDataBrowser]], [[#modDocumentor |modDocumentor]], [[#stub |stub]], [[#tasks-roles |tasks-roles]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages//templates modules/Pages//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/templates/en_US//main.html main.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/templates/en_US//noaccess.html noaccess.html]
 
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages//lib modules/Pages//lib] <br/>[[Class: I2CE_Page | I2CE_Page]], [[Class: I2CE_PermissionParser | I2CE_PermissionParser]], [[Class: I2CE_Template | I2CE_Template]], [[Class: I2CE_Wrangler | I2CE_Wrangler]]
==stub==
This describes version 4.0.0 of the module Page Stubs (stub)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Stub  i2ce/modules/Pages/modules/Stub ]
*Module Class: The module class is implemented by [[Class: I2CE_Stub| I2CE_Stub]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#addAjaxUpdate() | I2CE_Page->addAjaxUpdate() ]] via [[Class: I2CE_Stub#addAjaxUpdate() | addAjaxUpdate()]]
**Implements the method [[Class: I2CE_Template#addAjaxUpdate() | I2CE_Template->addAjaxUpdate() ]] via [[Class: I2CE_Stub#addAjaxUpdate() | addAjaxUpdate()]]
**Implements the method [[Class: I2CE_Page#addAjaxToggle() | I2CE_Page->addAjaxToggle() ]] via [[Class: I2CE_Stub#addAjaxToggle() | addAjaxToggle()]]
**Implements the method [[Class: I2CE_Template#addAjaxToggle() | I2CE_Template->addAjaxToggle() ]] via [[Class: I2CE_Stub#addAjaxToggle() | addAjaxToggle()]]
**Implements the method [[Class: I2CE_Page#addAjaxRequestFunction() | I2CE_Page->addAjaxRequestFunction() ]] via [[Class: I2CE_Stub#addAjaxRequestFunction() | addAjaxRequestFunction()]]
**Implements the method [[Class: I2CE_Template#addAjaxRequestFunction() | I2CE_Template->addAjaxRequestFunction() ]] via [[Class: I2CE_Stub#addAjaxRequestFunction() | addAjaxRequestFunction()]]
**Implements the method [[Class: I2CE_Page#addAjaxCompleteFunction() | I2CE_Page->addAjaxCompleteFunction() ]] via [[Class: I2CE_Stub#addAjaxCompleteFunction() | addAjaxCompleteFunction()]]
**Implements the method [[Class: I2CE_Template#addAjaxCompleteFunction() | I2CE_Template->addAjaxCompleteFunction() ]] via [[Class: I2CE_Stub#addAjaxCompleteFunction() | addAjaxCompleteFunction()]]
**Implements the method [[Class: I2CE_Page#addAjaxToggleOnFunction() | I2CE_Page->addAjaxToggleOnFunction() ]] via [[Class: I2CE_Stub#addAjaxToggleOnFunction() | addAjaxToggleOnFunction()]]
**Implements the method [[Class: I2CE_Template#addAjaxToggleOnFunction() | I2CE_Template->addAjaxToggleOnFunction() ]] via [[Class: I2CE_Stub#addAjaxToggleOnFunction() | addAjaxToggleOnFunction()]]
**Implements the method [[Class: I2CE_Page#addAjaxToggleOffFunction() | I2CE_Page->addAjaxToggleOffFunction() ]] via [[Class: I2CE_Stub#addAjaxToggleOffFunction() | addAjaxToggleOffFunction()]]
**Implements the method [[Class: I2CE_Template#addAjaxToggleOffFunction() | I2CE_Template->addAjaxToggleOffFunction() ]] via [[Class: I2CE_Stub#addAjaxToggleOffFunction() | addAjaxToggleOffFunction()]]
**Implements the method [[Class: I2CE_Page#hasAjax() | I2CE_Page->hasAjax() ]] via [[Class: I2CE_Stub#hasAjaxFuzzy() | hasAjaxFuzzy()]]
**Implements the method [[Class: I2CE_Template#hasAjax() | I2CE_Template->hasAjax() ]] via [[Class: I2CE_Stub#hasAjaxFuzzy() | hasAjaxFuzzy()]]
*Description: Request only the stub of a page -- intended for ajax use.
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#MooTools | MooTools]] at least 1.2 and less than 1.3
*Paths:
**SCRIPTS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Stub//scripts modules/Pages/modules/Stub//scripts]
**IMAGES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Stub//images modules/Pages/modules/Stub//images]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Stub//css modules/Pages/modules/Stub//css]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/Stub// modules/Pages/modules/Stub//] <br/>[[Class: I2CE_Page_Stub | I2CE_Page_Stub]], [[Class: I2CE_Page_Stub_Ajax_Test | I2CE_Page_Stub_Ajax_Test]], [[Class: I2CE_Stub | I2CE_Stub]]
==swissConfig==
This describes version 4.0.0 of the module Swiss Config (swissConfig)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory/modules/SwissConfig  i2ce/modules/SwissFactory/modules/SwissConfig ]
*Description: The Swiss Factory Module to display configuration files
*Requirements:
**[[iHRIS Module List#swissfactory | swissfactory]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory/modules/SwissConfig//lib modules/SwissFactory/modules/SwissConfig//lib] <br/>[[Class: I2CE_Page_SwissConfig | I2CE_Page_SwissConfig]], [[Class: I2CE_SwissConfigFactory | I2CE_SwissConfigFactory]]
==swissMagic==
This describes version 4.0.0 of the module Swiss Magic (swissMagic)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory/modules/SwissMagic  i2ce/modules/SwissFactory/modules/SwissMagic ]
*Description: The Swiss Factory Module to display magic data directly
*Requirements:
**[[iHRIS Module List#swissfactory | swissfactory]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory/modules/SwissMagic//lib modules/SwissFactory/modules/SwissMagic//lib] <br/>[[Class: I2CE_Page_SwissMagic | I2CE_Page_SwissMagic]]
==swissfactory==
This describes version 4.0.0 of the module Swiss Factory (swissfactory)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory  i2ce/modules/SwissFactory ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_SwissFactory| I2CE_Module_SwissFactory]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#editValue_string_single() | I2CE_Swiss_Default_Leaf->editValue_string_single() ]] via [[Class: I2CE_Module_SwissFactory#editValue_string_single() | editValue_string_single()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#editValue_string_many() | I2CE_Swiss_Default_Leaf->editValue_string_many() ]] via [[Class: I2CE_Module_SwissFactory#editValue_string_many() | editValue_string_many()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#editValue_delimited_single() | I2CE_Swiss_Default_Leaf->editValue_delimited_single() ]] via [[Class: I2CE_Module_SwissFactory#editValue_delimited_single() | editValue_delimited_single()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#editValue_delimited_many() | I2CE_Swiss_Default_Leaf->editValue_delimited_many() ]] via [[Class: I2CE_Module_SwissFactory#editValue_delimited_many() | editValue_delimited_many()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#editValue_boolean_single() | I2CE_Swiss_Default_Leaf->editValue_boolean_single() ]] via [[Class: I2CE_Module_SwissFactory#editValue_boolean_single() | editValue_boolean_single()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#editValue_boolean_many() | I2CE_Swiss_Default_Leaf->editValue_boolean_many() ]] via [[Class: I2CE_Module_SwissFactory#editValue_boolean_many() | editValue_boolean_many()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#editValue_list_single() | I2CE_Swiss_Default_Leaf->editValue_list_single() ]] via [[Class: I2CE_Module_SwissFactory#editValue_list_single() | editValue_list_single()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#editValue_list_many() | I2CE_Swiss_Default_Leaf->editValue_list_many() ]] via [[Class: I2CE_Module_SwissFactory#editValue_list_many() | editValue_list_many()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#viewValue_string_single() | I2CE_Swiss_Default_Leaf->viewValue_string_single() ]] via [[Class: I2CE_Module_SwissFactory#viewValue_string_single() | viewValue_string_single()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#viewValue_string_many() | I2CE_Swiss_Default_Leaf->viewValue_string_many() ]] via [[Class: I2CE_Module_SwissFactory#viewValue_string_many() | viewValue_string_many()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#viewValue_delimited_single() | I2CE_Swiss_Default_Leaf->viewValue_delimited_single() ]] via [[Class: I2CE_Module_SwissFactory#viewValue_delimited_single() | viewValue_delimited_single()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#viewValue_delimited_many() | I2CE_Swiss_Default_Leaf->viewValue_delimited_many() ]] via [[Class: I2CE_Module_SwissFactory#viewValue_delimited_many() | viewValue_delimited_many()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#viewValue_boolean_single() | I2CE_Swiss_Default_Leaf->viewValue_boolean_single() ]] via [[Class: I2CE_Module_SwissFactory#viewValue_boolean_single() | viewValue_boolean_single()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#viewValue_boolean_many() | I2CE_Swiss_Default_Leaf->viewValue_boolean_many() ]] via [[Class: I2CE_Module_SwissFactory#viewValue_boolean_many() | viewValue_boolean_many()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#viewValue_list_single() | I2CE_Swiss_Default_Leaf->viewValue_list_single() ]] via [[Class: I2CE_Module_SwissFactory#viewValue_list_single() | viewValue_list_single()]]
**Implements the method [[Class: I2CE_Swiss_Default_Leaf#viewValue_list_many() | I2CE_Swiss_Default_Leaf->viewValue_list_many() ]] via [[Class: I2CE_Module_SwissFactory#viewValue_list_many() | viewValue_list_many()]]
*Description: The Swiss Factory Magic Data Editing System
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
**[[iHRIS Module List#FormWorm | FormWorm]] at least 4.0 and less than 4.1
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory//lib modules/SwissFactory//lib] <br/>[[Class: I2CE_Module_SwissFactory | I2CE_Module_SwissFactory]], [[Class: I2CE_Swiss | I2CE_Swiss]], [[Class: I2CE_SwissFactory | I2CE_SwissFactory]], [[Class: I2CE_SwissMagicFactory | I2CE_SwissMagicFactory]], [[Class: I2CE_Swiss_Default | I2CE_Swiss_Default]], [[Class: I2CE_Swiss_Default_Base | I2CE_Swiss_Default_Base]], [[Class: I2CE_Swiss_Default_Leaf | I2CE_Swiss_Default_Leaf]]
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory//templates modules/SwissFactory//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_delimited_individual.html configuration_delimited_individual.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_noindex_string_many.html configuration_noindex_string_many.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_string_single_view.html configuration_string_single_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_list_single_view.html configuration_list_single_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_boolean_single.html configuration_boolean_single.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_string_single.html configuration_string_single.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_boolean_single_view.html configuration_boolean_single_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_string_many_individual_view.html configuration_string_many_individual_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//swiss_factory_edit.html swiss_factory_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_main.html configuration_main.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configurationGroup_default.html configurationGroup_default.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_list_single.html configuration_list_single.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_string_many.html configuration_string_many.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//swiss_factory_view.html swiss_factory_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_delimited_many.html configuration_delimited_many.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_delimited_individual_view.html configuration_delimited_individual_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_noindex_string_many_individual.html configuration_noindex_string_many_individual.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_list_many.html configuration_list_many.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_delimited_single_individual.html configuration_delimited_single_individual.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_noindex_string_many_individual_view.html configuration_noindex_string_many_individual_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_options.html configuration_options.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configurationGroups.html configurationGroups.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_delimited_single.html configuration_delimited_single.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_list_many_view.html configuration_list_many_view.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configurations.html configurations.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/SwissFactory/templates/en_US//configuration_string_many_individual.html configuration_string_many_individual.html]
 
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory//modules modules/SwissFactory//modules] <br/>[[#swissConfig |swissConfig]], [[#swissMagic |swissMagic]]
**CSS: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/SwissFactory//css modules/SwissFactory//css]
==tasks-roles==
This describes version 4.0.0 of the module Tasks and Roles (tasks-roles)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/TasksAndRoles  i2ce/modules/Pages/modules/TasksAndRoles ]
*Description: Provides administator interface to define tasks and role
*Requirements:
**[[iHRIS Module List#pages | pages]] at least 4.0 and less than 4.1
*Paths:
**TEMPLATES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/TasksAndRoles//templates modules/Pages/modules/TasksAndRoles//templates] <br/>[http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_view_all_roles_each.html roles_and_tasks_view_all_roles_each.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_view_all_tasks_each.html roles_and_tasks_view_all_tasks_each.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_view_all_tasks.html roles_and_tasks_view_all_tasks.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_view_all_roles.html roles_and_tasks_view_all_roles.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_view_all_roles_no_edit.html roles_and_tasks_view_all_roles_no_edit.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_menu.html roles_and_tasks_menu.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_edit_task.html roles_and_tasks_edit_task.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_view_all.html roles_and_tasks_view_all.html], [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:modules/Pages/modules/TasksAndRoles/templates/en_US//roles_and_tasks_edit_role.html roles_and_tasks_edit_role.html]
 
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/Pages/modules/TasksAndRoles//lib modules/Pages/modules/TasksAndRoles//lib] <br/>[[Class: I2CE_Page_TasksAndRoles | I2CE_Page_TasksAndRoles]]
==template-data==
This describes version 4.0.0 of the module Template Data (template-data)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData  i2ce/modules/TemplateData ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_TemplateData| I2CE_Module_TemplateData]]
*Fuzzy Methods:
**Implements the method [[Class: I2CE_Page#setDataTypePriority() | I2CE_Page->setDataTypePriority() ]] via [[Class: I2CE_Module_TemplateData#setDataTypePriority() | setDataTypePriority()]]
**Implements the method [[Class: I2CE_Template#setDataTypePriority() | I2CE_Template->setDataTypePriority() ]] via [[Class: I2CE_Module_TemplateData#setDataTypePriority() | setDataTypePriority()]]
**Implements the method [[Class: I2CE_Page#setData() | I2CE_Page->setData() ]] via [[Class: I2CE_Module_TemplateData#setData() | setData()]]
**Implements the method [[Class: I2CE_Template#setData() | I2CE_Template->setData() ]] via [[Class: I2CE_Module_TemplateData#setData() | setData()]]
**Implements the method [[Class: I2CE_Page#getData() | I2CE_Page->getData() ]] via [[Class: I2CE_Module_TemplateData#getData() | getData()]]
**Implements the method [[Class: I2CE_Template#getData() | I2CE_Template->getData() ]] via [[Class: I2CE_Module_TemplateData#getData() | getData()]]
**Implements the method [[Class: I2CE_Page#getDefaultData() | I2CE_Page->getDefaultData() ]] via [[Class: I2CE_Module_TemplateData#getDefaultData() | getDefaultData()]]
**Implements the method [[Class: I2CE_Template#getDefaultData() | I2CE_Template->getDefaultData() ]] via [[Class: I2CE_Module_TemplateData#getDefaultData() | getDefaultData()]]
**Implements the method [[Class: I2CE_Page#removeData() | I2CE_Page->removeData() ]] via [[Class: I2CE_Module_TemplateData#removeData() | removeData()]]
**Implements the method [[Class: I2CE_Template#removeData() | I2CE_Template->removeData() ]] via [[Class: I2CE_Module_TemplateData#removeData() | removeData()]]
**Implements the method [[Class: I2CE_Page#getDataNames() | I2CE_Page->getDataNames() ]] via [[Class: I2CE_Module_TemplateData#getDataNames() | getDataNames()]]
**Implements the method [[Class: I2CE_Template#getDataNames() | I2CE_Template->getDataNames() ]] via [[Class: I2CE_Module_TemplateData#getDataNames() | getDataNames()]]
**Implements the method [[Class: I2CE_Page#ensureNode() | I2CE_Page->ensureNode() ]] via [[Class: I2CE_Module_TemplateData#ensureNode() | ensureNode()]]
**Implements the method [[Class: I2CE_Template#ensureNode() | I2CE_Template->ensureNode() ]] via [[Class: I2CE_Module_TemplateData#ensureNode() | ensureNode()]]
*Description: A module that allows you to associate arbitray types of data to any node of the template DOM
*Requirements:
**[[iHRIS Module List#I2CE | I2CE]] at least 4.0 and less than 4.1
*Paths:
**MODULES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData//modules modules/TemplateData//modules] <br/>[[#DisplayData |DisplayData]], [[#Options |Options]], [[#Tags |Tags]]
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/TemplateData// modules/TemplateData//] <br/>[[Class: I2CE_Module_TemplateData | I2CE_Module_TemplateData]], [[Class: I2CE_DisplayData | I2CE_DisplayData]], [[Class: I2CE_Template_Options | I2CE_Template_Options]], [[Class: I2CE_Module_Tags | I2CE_Module_Tags]], [[Class: I2CE_PluralForms | I2CE_PluralForms]]
==user==
This describes version 4.0.0 of the module User (user)
*Source: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/User  i2ce/modules/User ]
*Module Class: The module class is implemented by [[Class: I2CE_Module_User| I2CE_Module_User]]
*Description: Provides Users
*Paths:
**CLASSES: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/User//lib modules/User//lib] <br/>[[Class: I2CE_Module_User | I2CE_Module_User]], [[Class: I2CE_User | I2CE_User]]
**SQL: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/User//sql modules/User//sql]

Latest revision as of 21:44, 1 March 2019