Difference between revisions of "Template:UI Object Attributes (Page)"
Jump to navigation
Jump to search
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | === Page attributes === | + | ==== Page attributes ==== |
{| class="wikitable" | {| class="wikitable" | ||
!Name | !Name | ||
!Value | !Value | ||
!Description | !Description | ||
+ | |- | ||
+ | |rowspan="2"|focus | ||
+ | |<field id> | ||
+ | |If the page is open or whenever the page is opened, focus the field with the specified id. | ||
+ | |- | ||
+ | |<empty> | ||
+ | |No field will gain focus when the page is opened (default value). | ||
|- | |- | ||
|gestures | |gestures | ||
− | |list | + | |list of ids and values |
− | |List of [[gestures]]. | + | |List of [[gestures]]. |
+ | E.g. ''swipeup=page:menu; pinchin=user'' | ||
|} | |} |
Latest revision as of 14:36, 1 June 2020
Page attributes
Name | Value | Description |
---|---|---|
focus | <field id> | If the page is open or whenever the page is opened, focus the field with the specified id. |
<empty> | No field will gain focus when the page is opened (default value). | |
gestures | list of ids and values | List of gestures.
E.g. swipeup=page:menu; pinchin=user |