comments for docs
This commit is contained in:
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
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user