1
0
Fork 0
forked from 0x2620/oxjs

document events

This commit is contained in:
j 2012-06-18 00:38:26 +02:00
commit d2e05200da
56 changed files with 277 additions and 32 deletions

View file

@ -3,6 +3,7 @@
/*@
Ox.Calendar <f> Basic calendar object
([options[, self]]) -> <o:Ox.Element> Calendar object
select <!> select
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

@ -5,6 +5,7 @@ Ox.CalendarEditor <f> Calendar Editor
([options[, self]]) -> <o:Ox.SplitPanel> Calendar Editor
options <o> Options
self <o> Shared private variable
loadlist <!> loadlist
@*/
Ox.CalendarEditor = function(options, self) {