comments for docs
This commit is contained in:
@@ -268,8 +268,8 @@ List - abstract class for inputs that have source option loaded from js array or
|
||||
|
||||
If **function**, it should return data in format above (since 1.4.0).
|
||||
|
||||
Since 1.4.1 key `children` supported to render OPTGROUPs (select input only).
|
||||
Example `[{text: "group1", children: [{value: 1, text: "text1"}, {value: 2, text: "text2"}]}, ...]`.
|
||||
Since 1.4.1 key `children` supported to render OPTGROUP (for **select** input only).
|
||||
`[{text: "group1", children: [{value: 1, text: "text1"}, {value: 2, text: "text2"}]}, ...]`
|
||||
|
||||
|
||||
@property source
|
||||
@@ -294,8 +294,8 @@ List - abstract class for inputs that have source option loaded from js array or
|
||||
**/
|
||||
sourceError: 'Error when loading list',
|
||||
/**
|
||||
if <code>true</code> and source is **string url** - results will be cached for fields with the same source and name.
|
||||
Usefull for editable grids.
|
||||
if <code>true</code> and source is **string url** - results will be cached for fields with the same source.
|
||||
Usefull for editable column in grid to prevent extra requests.
|
||||
|
||||
@property sourceCache
|
||||
@type boolean
|
||||
|
Reference in New Issue
Block a user