Class Quform_Element_Column
-
Quform_Element
-
Quform_Element_Container
-
Quform_Element_Column
Methods summary
public
string
|
#
render( array $context = array() )
Render the column and return the HTML
Render the column and return the HTML
Parameters
Returns
string
|
protected
array
|
#
getContainerClasses( )
Get the classes for the outermost column wrapper
Get the classes for the outermost column wrapper
Returns
array
|
protected
string
|
#
renderCss( array $context = array() )
Render the CSS for this element and its children
Render the CSS for this element and its children
Parameters
Returns
string
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(),
getCssSelectors(),
getForm(),
getId(),
getIdentifier(),
getName(),
getTranslation(),
getUniqueId(),
hasNonVisibleAncestor(),
isConditionallyHidden(),
isVisible(),
prepareContext(),
setConditionallyHidden(),
setConfig(),
setForm(),
setHasNonVisibleAncestor(),
setId(),
setUniqueId()
|