dojox.calendar.Keyboard
Object » dojox.calendar.Keyboard
This mixin is managing the keyboard interactions on a calendar view.
Property Summary
Method Summary
- _focusNextItem(dir) Moves the focus to the next item in the specified direction. If there is no current child focused, the first (dir == 1) or last (dir == -1) is focused.
- _focusNextItemImpl(dir, index, max)
- _handlePrevNextKeyCode(e, dir)
- _isItemFocused(item)
- _keyboardItemEditing(e, dir)
- _onKeyDown(e)
- _setFocusedItemAttr(value)
- postCreate()
Event Summary
Attached Objects
Properties
Methods
Moves the focus to the next item in the specified direction.
If there is no current child focused, the first (dir == 1) or last (dir == -1) is focused.
Parameter | Type | Description |
---|---|---|
dir | Integer | The direction of the next child to focus. * 1: Move focus to the next item in the list. * -1: Move focus to the previous item in the list. |