Class Quform_Element
Direct known subclasses
Quform_Element_Container, Quform_Element_Field, Quform_Element_Html, Quform_Element_SubmitIndirect known subclasses
Quform_Element_Captcha, Quform_Element_Checkbox, Quform_Element_Multiselect, Quform_Element_Name, Quform_Element_Page, Quform_Element_Password, Quform_Element_Radio, Quform_Element_Recaptcha, Quform_Element_Row, Quform_Element_Select, Quform_Element_Text, Quform_Element_Textarea, Quform_Element_Column, Quform_Element_Time, Quform_Element_Date, Quform_Element_Email, Quform_Element_File, Quform_Element_Group, Quform_Element_Hidden, Quform_Element_Honeypot, Quform_Element_Multi
Abstract
Copyright: Copyright (c) 2009-2022 ThemeCatcher (https://www.themecatcher.net)
Located at Quform/Element.php
Copyright: Copyright (c) 2009-2022 ThemeCatcher (https://www.themecatcher.net)
Located at Quform/Element.php
public
|
|
abstract public
string
|
|
public
boolean
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
|
public
mixed
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setConditionallyHidden( boolean $flag )
Set whether the element is hidden by the conditional logic rules |
public
boolean
|
|
public
boolean
|
|
public
|
#
setHasNonVisibleAncestor( boolean $flag )
Set whether the element is a child of a non-visible container |
public
boolean
|
|
public
string
|
|
protected
string
|
|
protected
array
|
|
protected
string
|
|
protected
array
|
protected
integer
|
$id
Element ID |
|
protected
|
$form
The form this element belongs to |
|
protected
boolean
|
$isConditionallyHidden
Is the element conditionally hidden? |
#
false
|
protected
boolean
|
$hasNonVisibleAncestor
Is the element a child of a non-visible container? |
#
false
|
protected
array
|
$config
Element config storage |
#
array()
|
protected
string
|
$uniqueId
Element unique ID |
#
''
|