Class Quform_Element_Group
-
Quform_Element
-
Quform_Element_Container
-
Quform_Element_Group
Methods summary
public
string
|
#
render( array $context = array() )
Render this group and return the HTML
Render this group and return the HTML
Parameters
Returns
string
|
protected
array
|
#
getContainerClasses( )
Get the classes for the outermost group wrapper
Get the classes for the outermost group wrapper
Returns
array
|
public
string
|
#
getLabel( )
Get the group label text
Returns
string
|
protected
string
|
#
renderCss( array $context = array() )
Render the CSS for this group and its children
Render the CSS for this group and its children
Parameters
Returns
string
Overrides
|
protected
array
|
#
getCssSelectors( )
Get the list of CSS selectors
Get the list of CSS selectors
Returns
array
Overrides
|
public static
array
|
#
getDefaultConfig( string|null $key = null )
Get the default element configuration
Get the default element configuration
Parameters
- $key
- Get the config by key, if omitted the full config is returned
Returns
array
|
Methods inherited from Quform_Element
__construct(),
config(),
getCss(),
getCssSelector(),
getForm(),
getId(),
getIdentifier(),
getName(),
getTranslation(),
getUniqueId(),
hasNonVisibleAncestor(),
isConditionallyHidden(),
isVisible(),
prepareContext(),
setConditionallyHidden(),
setConfig(),
setForm(),
setHasNonVisibleAncestor(),
setId(),
setUniqueId()
|