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
@type string
@default 'cancel'
@since 1.1.1
**/
onblur: 'cancel'
};

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

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