No Focus (No Focus On Page)



This property indicates that no field should receive focus when the screen first renders. When set to "true", focus will not got to any input element, but key presses (such as for function keys) will still be detected by the application without any special action from the user.

When set to "no focus on page", no input element will get focus, but key presses will not be detected by the application until the user clicks on a component in the screen. This setting is useful to prevent Internet Explorer from taking focus away from another open window when the screen is rendered.

Promptable? DROPDOWN
Possible Values: true, false, no focus on page
Bindable? YES