dojox.calendar.HorizontalRenderer
Object » dijit._WidgetBase » dojox.calendar.HorizontalRenderer
The default item horizontal renderer.
dojox.calendar._RendererMixin
Property Summary
- _displayValueMap
- item The layout item displayed by this renderer.
- owner The view that contains this renderer.
- visibilityLimits
Method Summary
- _formatTime(rd, d)
- _isElementVisible(elt, startHidden, endHidden, size)
- _setEditedAttr(value)
- _setFocusedAttr(value)
- _setHoveredAttr(value)
- _setItemAttr(value)
- _setSelectedAttr(value)
- _setState(prop, value, cssClass)
- _setText(node, text, allowHTML)
- getDisplayValue(part)
- postCreate()
- updateRendering(w, h) Updates the visual appearance of the renderer according the new values of the properties and the new size of the component.
Attached Objects
Properties
Overrides dijit._WidgetBase, dojox.calendar._RendererMixin
The layout item displayed by this renderer.
Methods
Overrides dijit._WidgetBase, dojox.calendar._RendererMixin
Parameter | Type | Description |
---|---|---|
elt | ||
startHidden | ||
endHidden | ||
size |
Overrides dijit._WidgetBase, dojox.calendar._RendererMixin
Parameter | Type | Description |
---|---|---|
part |
Defined by dojox.calendar._RendererMixin
Updates the visual appearance of the renderer according the new values of the properties and the new size of the component.
Parameter | Type | Description |
---|---|---|
w | Number | Optional. The width in pixels of the renderer. |
h | Number | Optional. The height in pixels of the renderer. |