forked from 0x2620/oxjs
cleanup api docs
This commit is contained in:
parent
ce4fe60fc6
commit
ec6f3dad9d
2 changed files with 104 additions and 85 deletions
|
|
@ -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 || {}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue