Trait GroupLabelAttrs
Trait for classes:
- \MvcCore\Ext\Forms\FieldsGroup
- \MvcCore\Ext\Forms\CheckboxGroup
- \MvcCore\Ext\Forms\RadioGroup
Direct Known Users
MvcCore\Ext\Forms\FieldsGroup
Namespace: MvcCore\Ext\Forms\Field\Props
Located at ext-form/src/MvcCore/Ext/Forms/Field/Props/GroupLabelAttrs.php
Located at ext-form/src/MvcCore/Ext/Forms/Field/Props/GroupLabelAttrs.php
public
array
&
|
#
GetGroupLabelAttrs( )
Get any additional attributes for group label, defined as key (for attribute name) and value (for attribute value). |
public
|
#
SetGroupLabelAttrs( array $groupLabelAttrs = [] )
Set any additional attributes for group label, defined as key (for attribute name) and value (for attribute value). Any previously defined attributes will be replaced. |
public
|
#
AddGroupLabelAttr( array $groupLabelAttrs = [] )
Add any additional attributes for group label, defined as key (for attribute name) and value (for attribute value). All additional attributes will be completed as array merge with previous values and new values. |
protected
array
|
$groupLabelAttrs
Any additional attributes for group label, defined as key (for attribute name) and value (for attribute value). |
#
[]
|