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. |
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.
|
type | String |
---|---|
It does not set focus.
|
type | String |
---|---|
Sets the focus on the dialog.
|
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.
|