dojox.calendar
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

dojox.calendar.Keyboard

Object » dojox.calendar.Keyboard

This mixin is managing the keyboard interactions on a calendar view.

Property Summary

Method Summary

Event Summary

Attached Objects

Properties

renderData

Methods

_focusNextItem
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.
ParameterTypeDescription
dirIntegerThe 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.
_focusNextItemImpl
ParameterTypeDescription
dir
index
max
_handlePrevNextKeyCode
ParameterTypeDescription
e
dir
_isItemFocused
ParameterTypeDescription
item
_keyboardItemEditing
ParameterTypeDescription
e
dir
_onKeyDown
ParameterTypeDescription
e
_setFocusedItemAttr
ParameterTypeDescription
value
postCreate

Events

onFocusChange
ParameterTypeDescription
e