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

Class: QuickformElement

Source Location: /HTML_QuickForm-3.2.14/QuickForm/Renderer/Object.php

Class Overview


Convenience class describing a form element.


Author(s):

Version:

  • Release: 3.2.14

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 365]
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.

  • Author: Ron McClain <ron@humaniq.com>
  • Version: Release: 3.2.14
  • Since: 3.1.1


[ Top ]


Class Variables

$elements =

[line 431]

If element is a group, an array of subelements

Type:   array


[ Top ]

$error =

[line 407]

Error associated with the element

Type:   string


[ Top ]

$frozen =

[line 389]

Whether the element is frozen

Type:   boolean


[ Top ]

$html =

[line 419]

HTML for the element

Type:   string


[ Top ]

$label =

[line 395]

Label for the element

Type:   string


[ Top ]

$name =

[line 371]

Element name

Type:   string


[ Top ]

$required =

[line 401]

Whether element is required

Type:   boolean


[ Top ]

$separator =

[line 425]

If element is a group, the group separator

Type:   mixed


[ Top ]

$style =

[line 413]

Some information about element style

Type:   string


[ Top ]

$type =

[line 383]

Type of element

Type:   string


[ Top ]

$value =

[line 377]

Element value

Type:   mixed


[ Top ]



Method Detail

isButton   [line 443]

void isButton( )


[ Top ]

isType   [line 433]

void isType( $type)


Parameters:

   $type   — 

[ Top ]

notFrozen   [line 438]

void notFrozen( )


[ Top ]

outputStyle   [line 452]

void outputStyle( )

XXX: why does it use Flexy when all other stuff here does not depend on it?

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:59:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.