cpr.controls.AutoFocusedTargetType

Auto focus position type

Index

Properties
Name Type Description
auto String If there is a header, the dialog will have focus.
none String It does not set focus.
self String Sets the focus on the dialog.
firstChild String Sets focus to the first focusable element.

Properties

auto
type String
If there is a header, the dialog will have focus. Sets focus to the first control in the app that opens if there is no header.
none
type String
It does not set focus.
self
type String
Sets the focus on the dialog.
firstChild
type String
Sets focus to the first focusable element. If there is a header, the button in the header will be the first focus element.