Difference between revisions of "Template:UI Object Attributes (Page)"

From HSYCO
Jump to navigation Jump to search
(Created page with "=== Page attributes === {| class="wikitable" !Name !Value !Description |- |gestures |list |List of gestures. Eg.: swipeup=page:menu; pinchin=user |}")
 
 
(7 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]]. Eg.: swipeup=page:menu; pinchin=user
+
|List of [[gestures]].
 +
E.g. ''swipeup=page:menu; pinchin=user''
 
|}
 
|}

Latest revision as of 15: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