Column.autofocus
No edit summary
(Automatically adding template at the end of the page.)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|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 it appears on the screen, it will move the focus. For example, in a table where you create new rows and that table is editable, you would add autofocus to the field you want the user to be able to type into and if you have a list of numbers you are entering and you have a button that adds a new row, if you add the <code>#Column.autofocus</code> to that edit field, it will focus on that next new row.
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 - and if you have a list of numbers you are entering and a button that adds a new row, if you add <code>#Column.autofocus</code> to that edit field, it will focus on that next new row.
[[Category:Tagged Values]]
[[Category:Tagged Values]]
{{Edited|July|12|2024}}

Latest revision as of 15:29, 10 February 2024

#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 - and 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.

This page was edited more than 11 months ago on 02/10/2024. What links here