comments for docs

This commit is contained in:
vitalets
2012-12-06 21:29:15 +04:00
parent 48a665c7f2
commit 1b87f99110
3 changed files with 3 additions and 0 deletions
src

@ -362,6 +362,7 @@ Applied as jQuery method.
@property onblur @property onblur
@type string @type string
@default 'cancel' @default 'cancel'
@since 1.1.1
**/ **/
onblur: 'cancel' onblur: 'cancel'
}; };

@ -481,6 +481,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
@type DOMElement|object @type DOMElement|object
@default null @default null
@since 1.2.0 @since 1.2.0
@private
**/ **/
scope: null, scope: null,
/** /**

@ -272,6 +272,7 @@ List - abstract class for inputs that have source option loaded from js array or
@property sourceCache @property sourceCache
@type boolean @type boolean
@default true @default true
@since 1.2.0
**/ **/
sourceCache: true sourceCache: true
}); });