This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

Db_FormPartial class

Defined in /phproad/modules/db/classes/db_formpartial.php, lines 11-23
Inheritance Db_FormElement » Db_FormPartial
Author LemonStand eCommerce Inc.
Represents a form partial. Objects of this class are created by add_form_partial() method the Db_ActiveRecord class.

Public properties

Show inherited properties.

Property Type Description Defined By
collapsable boolean determines whether the element should be placed to the collapsable form area. Db_FormElement
noForm boolean hides the element from forms. Db_FormElement
noPreview boolean makes the element invisible in the form preview. Db_FormElement
path string specifies the partial file path. Db_FormPartial
sortOrder integer specifies the element position in a form. Db_FormElement
tab string specifies the form tab name. Db_FormElement

Public methods

Show inherited methods.

Method Description Defined By
collapsable() places the element to the form or tab collapsable area. Db_FormElement
noForm() hides the element from the form. Db_FormElement
noPreview() hides the element from the form preview. Db_FormElement
sortOrder() sets the element position on the form. Db_FormElement
tab() specifies a caption of the tab to place the field to. Db_FormElement

Property details

path property

public string $path;
Specifies the partial file path.