Column.autofocus
(Replacing message template with parser tag) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
|Focuses the control when it appears on the screen. Might conflict with other focus events. | |Focuses the control when it appears on the screen. Might conflict with other focus events. | ||
|} | |} | ||
When <code>#Column.autofocus</code> appears on the screen, it moves the focus. For example, in an editable table where you create new rows, you would add autofocus to the field you want the user to be able to type into | When <code><span class="col-black">'''#Column.autofocus'''</span></code> appears on the screen, it moves the focus. For example, in an editable table where you create new rows, you would add autofocus to the field you want the user to be able to type into. If you have a list of numbers you are entering and a button that adds a new row, if you add <code><span class="col-black">'''#Column.autofocus'''</span></code> to that edit field, it will focus on that next new row. | ||
[[Category:Tagged Values]] | [[Category:Tagged Values]] | ||
{{Edited|July|12| | {{Edited|July|12|2025}} |
Latest revision as of 05:19, 2 May 2025
This page was created by Stephanie on 2023-05-18. Last edited by Stephanie on 2025-05-02.
#TargetType.TaggedValue | CommaSeparatedExampleValues | Short Description |
---|---|---|
#Column.autofocus | True,False | Focuses the control when it appears on the screen. Might conflict with other focus events. |
When #Column.autofocus
appears on the screen, it moves the focus. For example, in an editable table where you create new rows, you would add autofocus to the field you want the user to be able to type into. If you have a list of numbers you are entering and a button that adds a new row, if you add #Column.autofocus
to that edit field, it will focus on that next new row.