#include "ocControls.h"#include "read_base.hpp"

Go to the source code of this file.
Defines | |
| #define | OPEN_CORE_FORMS_H 123456 |
Functions | |
| string | formButtons (string iLabel=" Insert ", string uLabel=" Update ", string dLabel=" Delete ") |
| string | formButtons (long long key, string iLabel=" Insert ", string uLabel=" Update ", string dLabel=" Delete ") |
| ocTextbox * | textEntry (string name, string size, string length="", string attr="onChange='ctrlChanged(this)'") |
| ocFilebox * | fileEntry (string name, string size, string length="", string xtra_attr="") |
| ocTextbox * | staticEntry (string name, string size, string length="") |
| ocHidden * | hiddenEntry (string name) |
| ocTextbox * | dateEntry (string name, string size) |
| ocTextbox * | timeEntry (string name, string size) |
| ocTextbox * | emailEntry (string name, string size, string length="") |
| ocTextbox * | ssnEntry (string name, string size) |
| ocTextbox * | zipEntry (string name, string size) |
| ocTextbox * | phoneEntry (string name, string size) |
| ocTextbox * | longNumberEntry (string name, string size) |
| ocTextbox * | shortNumberEntry (string name, string size) |
| ocPassword * | pswdEntry (string name, string size) |
| ocSelect * | cmboEntry (string name, string sql, ocString defaulted="", string multiple="") |
| ocSelect * | cmboManualEntry (string name, ocString keyVals="", string defaulted="", string multiple="") |
| ocCheckBoxes * | checksEntry (string name, ocString keyVals="", string defaulted="", string moreattributes="") |
| ocRadio * | radioEntry (string name, ocString keyVals="", string defaulted="", string moreattributes="") |
| ocHidden * | ctrlDateGroup (string name, int yearStart=2003, int yearEnd=2015) |
| ocTextarea * | areaEntry (string name, string rows="12", string cols="80") |
| ocBoolbox * | boolBox (string name, string id) |
| ocTextarea* areaEntry | ( | string | name, | |
| string | rows = "12", |
|||
| string | cols = "80" | |||
| ) |
Definition at line 408 of file forms.h.
Referenced by forms_base::makeTextArea(), and pageObject::pageObject().
| ocBoolbox* boolBox | ( | string | name, | |
| string | id | |||
| ) |
| ocCheckBoxes* checksEntry | ( | string | name, | |
| ocString | keyVals = "", |
|||
| string | defaulted = "", |
|||
| string | moreattributes = "" | |||
| ) |
Definition at line 295 of file forms.h.
References ocCheckBoxes::addOption(), attributes, label(), and ocString::parse().
Referenced by forms_base::makeCheckBoxes().
Definition at line 205 of file forms.h.
References ocSelect::addOption(), attributes, basicField::format(), quickQuery::getData(), openRS::getField(), openRS::getFieldCount(), label(), openRS::next(), and quickQuery::opened.
Referenced by group_siteObject::group_siteObject(), linkObject::linkObject(), forms_base::makeComboBox(), and pageObject::pageObject().
| ocSelect* cmboManualEntry | ( | string | name, | |
| ocString | keyVals = "", |
|||
| string | defaulted = "", |
|||
| string | multiple = "" | |||
| ) |
Definition at line 257 of file forms.h.
References ocSelect::addOption(), attributes, label(), and ocString::parse().
Referenced by forms_base::makeManualComboBox(), and forms_base::makeStateBox().
| ocHidden* ctrlDateGroup | ( | string | name, | |
| int | yearStart = 2003, |
|||
| int | yearEnd = 2015 | |||
| ) |
Definition at line 358 of file forms.h.
References ocBase::addNext(), ocSelect::addOption(), and ocString::append().
Referenced by forms_base::makeDateGroup().
| ocTextbox* dateEntry | ( | string | name, | |
| string | size | |||
| ) |
| ocTextbox* emailEntry | ( | string | name, | |
| string | size, | |||
| string | length = "" | |||
| ) |
| ocFilebox* fileEntry | ( | string | name, | |
| string | size, | |||
| string | length = "", |
|||
| string | xtra_attr = "" | |||
| ) |
| string formButtons | ( | long long | key, | |
| string | iLabel = " Insert ", |
|||
| string | uLabel = " Update ", |
|||
| string | dLabel = " Delete " | |||
| ) |
| string formButtons | ( | string | iLabel = " Insert ", |
|
| string | uLabel = " Update ", |
|||
| string | dLabel = " Delete " | |||
| ) |
Definition at line 24 of file forms.h.
Referenced by Report_Parameters_form::form_display(), group_siteForm(), linkForm(), forms_base::makeButtons(), and pageForm().
| ocHidden* hiddenEntry | ( | string | name | ) |
| ocTextbox* longNumberEntry | ( | string | name, | |
| string | size | |||
| ) |
| ocTextbox* phoneEntry | ( | string | name, | |
| string | size | |||
| ) |
| ocPassword* pswdEntry | ( | string | name, | |
| string | size | |||
| ) |
| ocRadio* radioEntry | ( | string | name, | |
| ocString | keyVals = "", |
|||
| string | defaulted = "", |
|||
| string | moreattributes = "" | |||
| ) |
Definition at line 325 of file forms.h.
References ocRadio::addOption(), attributes, label(), and ocString::parse().
Referenced by forms_base::makeRadios().
| ocTextbox* shortNumberEntry | ( | string | name, | |
| string | size | |||
| ) |
| ocTextbox* staticEntry | ( | string | name, | |
| string | size, | |||
| string | length = "" | |||
| ) |
Definition at line 116 of file forms.h.
Referenced by group_siteObject::group_siteObject(), linkObject::linkObject(), forms_base::makeStaticBox(), and pageObject::pageObject().
| ocTextbox* textEntry | ( | string | name, | |
| string | size, | |||
| string | length = "", |
|||
| string | attr = "onChange='ctrlChanged(this)'" | |||
| ) |
Definition at line 91 of file forms.h.
Referenced by linkObject::linkObject(), forms_base::makeFileBox(), forms_base::makeGenericBox(), forms_base::makeImageBox(), forms_base::makeMetaBox(), forms_base::makeTextBox(), pageObject::pageObject(), and Payment_Form::paymentSetupElement().
| ocTextbox* timeEntry | ( | string | name, | |
| string | size | |||
| ) |
| ocTextbox* zipEntry | ( | string | name, | |
| string | size | |||
| ) |
1.5.5