forked from extern/egroupware
Add accesskey property
This commit is contained in:
parent
d34cf914fa
commit
e68e125a0a
@ -131,6 +131,13 @@ const Et2WidgetMixin = (superClass) =>
|
|||||||
reflect: true
|
reflect: true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Accesskey provides a hint for generating a keyboard shortcut for the current element.
|
||||||
|
* The attribute value must consist of a single printable character.
|
||||||
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey
|
||||||
|
*/
|
||||||
|
accesskey: {type: String, reflect: true},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Widget ID of another node to insert this node into instead of the normal location
|
* Widget ID of another node to insert this node into instead of the normal location
|
||||||
* This isn't a normal property...
|
* This isn't a normal property...
|
||||||
|
Loading…
Reference in New Issue
Block a user