comments for docs

This commit is contained in:
vitalets
2013-01-07 12:33:12 +04:00
parent 9db8b9c60d
commit 5ac48f3fd8
8 changed files with 42 additions and 21 deletions

@ -2,6 +2,11 @@
jQuery UI datefield input - modification for inline mode.
Shows normal <input type="text"> and binds popup datepicker.
Automatically shown in inline mode.
@class dateuifield
@extends dateui
@since 1.4.0
**/
(function ($) {
@ -48,9 +53,9 @@ Automatically shown in inline mode.
tpl: '<input type="text"/>',
/**
@property inputclass
@default ''
@default null
**/
inputclass: '',
inputclass: null,
/* datepicker config */
datepicker: {