#include <ocControls.h>


Public Member Functions | |
| ocTextbox (string name, string size="", string max="", string attrIn="") | |
| virtual | ~ocTextbox () |
| string | getHtml (void) |
| ocTextbox (string name, string size="", string max="", string attrIn="") | |
| virtual | ~ocTextbox () |
| string | getHtml (void) |
Definition at line 84 of file ocControls.h.
| ocTextbox::ocTextbox | ( | string | name, | |
| string | size = "", |
|||
| string | max = "", |
|||
| string | attrIn = "" | |||
| ) | [inline] |
Definition at line 87 of file ocControls.h.
References ocBase::attr, ocBase::container, and ocBase::tag.
| virtual ocTextbox::~ocTextbox | ( | ) | [inline, virtual] |
Definition at line 120 of file ocControls.h.
| ocTextbox::ocTextbox | ( | string | name, | |
| string | size = "", |
|||
| string | max = "", |
|||
| string | attrIn = "" | |||
| ) | [inline] |
Definition at line 87 of file ocControls.h.
References ocBase::attr, ocBase::container, and ocBase::tag.
| virtual ocTextbox::~ocTextbox | ( | ) | [inline, virtual] |
Definition at line 120 of file ocControls.h.
| string ocTextbox::getHtml | ( | void | ) | [inline, virtual] |
Reimplemented from ocBase.
Definition at line 121 of file ocControls.h.
References ocBase::attr, ocBase::content, and ocBase::tag.
Referenced by forms_base::makeDateBox(), forms_base::makeEmailBox(), forms_base::makeFileBox(), forms_base::makeGenericBox(), forms_base::makeImageBox(), forms_base::makeMetaBox(), forms_base::makeNumberBox(), forms_base::makePhoneBox(), forms_base::makeShortBox(), forms_base::makeStaticBox(), forms_base::makeTextBox(), forms_base::makeTimeBox(), forms_base::makeZipBox(), and Payment_Form::paymentSetupElement().
| string ocTextbox::getHtml | ( | void | ) | [inline, virtual] |
Reimplemented from ocBase.
Definition at line 121 of file ocControls.h.
References ocBase::attr, ocBase::content, and ocBase::tag.
1.5.5