forked from 0x2620/oxjs
document events
This commit is contained in:
parent
10281e3c8f
commit
d2e05200da
56 changed files with 277 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue