Trait AccessKey
Trait for all visible fields, for classes:
- \MvcCore\Ext\Forms\Fields\Button - \MvcCore\Ext\Forms\Fields\SubmitButton - \MvcCore\Ext\Forms\Fields\ResetButton
- \MvcCore\Ext\Forms\Fields\Color
- \MvcCore\Ext\Forms\Fields\Date - \MvcCore\Ext\Forms\Fields\DateTime - \MvcCore\Ext\Forms\Fields\Month - \MvcCore\Ext\Forms\Fields\Time - \MvcCore\Ext\Forms\Fields\Week
- \MvcCore\Ext\Forms\Fields\File
- \MvcCore\Ext\Forms\Fields\Checkbox
- \MvcCore\Ext\Forms\Fields\Image
- \MvcCore\Ext\Forms\Fields\Number - \MvcCore\Ext\Forms\Fields\Range
- \MvcCore\Ext\Forms\Fields\ResetInput
- \MvcCore\Ext\Forms\Fields\Select - \MvcCore\Ext\Forms\Fields\CountrySelect
- \MvcCore\Ext\Forms\Fields\SubmitInput
- \MvcCore\Ext\Forms\Fields\Text - \MvcCore\Ext\Forms\Fields\Email - \MvcCore\Ext\Forms\Fields\Password - \MvcCore\Ext\Forms\Fields\Search - \MvcCore\Ext\Forms\Fields\Tel - \MvcCore\Ext\Forms\Fields\Url
- \MvcCore\Ext\Forms\Fields\Textarea
- \MvcCore\Ext\Forms\FieldsGroup - \MvcCore\Ext\Forms\CheckboxGroup - \MvcCore\Ext\Forms\RadioGroup
Direct Known Users
MvcCore\Ext\Forms\Field\Props\VisibleFieldLocated at ext-form/src/MvcCore/Ext/Forms/Field/Props/AccessKey.php
public
string|null
|
#
GetAccessKey( )
The access key global attribute provides a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character (which includes accented and other characters that can be generated by the keyboard). |
public
|
#
SetAccessKey( string $accessKey )
The access key global attribute provides a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character (which includes accented and other characters that can be generated by the keyboard). |
protected
string|null
|
$accessKey
The access key global attribute provides a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character (which includes accented and other characters that can be generated by the keyboard). |
#
NULL
|