Keyboard Interaction in EJ 1 ASP.NET MVC Dialog
4 Feb 2016 / 1 minute to read
You can use Keyboard shortcut keys as an alternative for mouse actions to interact with the Dialog widget. The keyboard interaction will be enabled by default in the Dialog widget. It can be disabled by setting AllowKeyboardNavigation
to false. Please refer the below table for details about short cut keys and its corresponding usage.
Shortcut Key | Usage |
---|---|
Up | Moves the dialog at upward direction. |
Down | Moves the dialog at downward direction. |
Left | Moves the dialog at left direction. |
Right | Moves the dialog at right direction. |
Ctrl Up | Reduces the dialog height. |
Ctrl Down | Increases the dialog height. |
Ctrl Left | Reduces the dialog width. |
Ctrl Right | Increases the dialog width. |
Esc |
Closes the dialog
|
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page