1
0
Fork 0
forked from 0x2620/oxjs

cleanup api docs

This commit is contained in:
j 2010-12-06 19:23:04 +01:00
commit ec6f3dad9d
2 changed files with 104 additions and 85 deletions

View file

@ -276,7 +276,7 @@ requires
}();
/**
Creates an Ox.Event
Ox.Event event object
*/
Ox.Event = function() {
var $eventHandler = $('<div>'),
@ -632,7 +632,7 @@ requires
*/
/**
Ox.Request
Ox.Request request object
*/
Ox.Request = function() {
@ -3298,6 +3298,18 @@ requires
};
/**
options:
format: 'short'
value: date value
weekday: false
width: {
day: 32,
month: options.format == 'long' ? 80 : (options.format == 'medium' ? 40 : 32),
weekday: options.format == 'long' ? 80 : 40,
year: 48
}
*/
Ox.DateInput = function(options, self) {
var self = $.extend(self || {}, {