apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: QuickformFlexyElement

Source Location: /HTML_QuickForm-3.2.3/QuickForm/Renderer/ObjectFlexy.php

Class Overview


Convenience class describing a form element.


Variables


Inherited Variables

Inherited Methods


Class Details

[line 345]
Convenience class describing a form element.

The properties defined here will be available from your flexy templates by referencing {form.zip.label:h}, {form.zip.html:h}, etc.



[ Top ]


Class Variables

$elements =

[line 411]

If element is a group, an array of subelements

Type:   array


[ Top ]

$error =

[line 387]

Error associated with the element

Type:   string


[ Top ]

$frozen =

[line 369]

Whether the element is frozen

Type:   boolean


[ Top ]

$html =

[line 399]

HTML for the element

Type:   string


[ Top ]

$label =

[line 375]

Label for the element

Type:   string


[ Top ]

$name =

[line 351]

Element name

Type:   string


[ Top ]

$required =

[line 381]

Whether element is required

Type:   boolean


[ Top ]

$separator =

[line 405]

If element is a group, the group separator

Type:   mixed


[ Top ]

$style =

[line 393]

Some information about element style

Type:   string


[ Top ]

$type =

[line 363]

Type of element

Type:   string


[ Top ]

$value =

[line 357]

Element value

Type:   mixed


[ Top ]



Documentation generated on Mon, 11 Mar 2019 13:52:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.