comments for docs
This commit is contained in:
parent
48a665c7f2
commit
1b87f99110
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
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user