1
0
Fork 0
forked from 0x2620/oxjs

update documentation (classes)

This commit is contained in:
rolux 2012-05-31 12:32:54 +02:00
commit 8c347d9009
88 changed files with 177 additions and 227 deletions

View file

@ -1,10 +1,8 @@
'use strict';
/*@
Ox.Calendar <f:Ox.Element> Basic calendar object
() -> <o> Calendar object
(options) -> <o> Calendar object
(options, self) -> <o> Calendar object
Ox.Calendar <f> Basic calendar object
([options[, self]]) -> <o:Ox.Element> Calendar object
options <o> Options object
date <d|new Date()> UTC Date on which the calendar is centered
events <[o]|[]> Event objects to be displayed

View file

@ -1,8 +1,8 @@
'use strict';
/*@
Ox.ListCalendar <f:Ox.Element> List Calendar
(options[, self]) -> <o> List Calendar
Ox.ListCalendar <f> List Calendar
([options[, self]]) -> <o:Ox.SplitPanel> List Calendar
options <o> Options
self <o> Shared private variable
@*/