Db_FormSection class
| Defined in |
/phproad/modules/db/classes/db_formsection.php, lines 12-38 |
| Inheritance |
Db_FormElement » Db_FormSection |
| Author |
LemonStand eCommerce Inc. |
Show inherited properties.
| Property |
Type |
Description |
Defined By |
| collapsable |
boolean |
determines whether the element should be placed to the collapsable form area. |
Db_FormElement |
| description |
string |
specifies the section description. |
Db_FormSection |
| html_id |
string |
specifies the id for the html element the form section will be rendered in on the form. |
Db_FormSection |
| noForm |
boolean |
hides the element from forms. |
Db_FormElement |
| noPreview |
boolean |
makes the element invisible in the form preview. |
Db_FormElement |
| sortOrder |
integer |
specifies the element position in a form. |
Db_FormElement |
| tab |
string |
specifies the form tab name. |
Db_FormElement |
| title |
string |
specifies the section title. |
Db_FormSection |
Property details
¶
description property
public string $description;
Specifies the section description
¶
html_id property
public string $html_id;
Specifies the id for the html element the form section will be rendered in on the form.
¶
title property
public string $title;
Specifies the section title
|