list comments tiny fix
This commit is contained in:
src/inputs
@ -143,7 +143,7 @@ $(function(){
|
|||||||
limit: 4,
|
limit: 4,
|
||||||
/**
|
/**
|
||||||
Text shown when count of checked items is greater than <code>limit</code> parameter.
|
Text shown when count of checked items is greater than <code>limit</code> parameter.
|
||||||
You can use <code>{checked}</code> and <code>count</code> placeholders.
|
You can use <code>{checked}</code> and <code>{count}</code> placeholders.
|
||||||
|
|
||||||
@property limitText
|
@property limitText
|
||||||
@type string
|
@type string
|
||||||
|
@ -222,7 +222,7 @@ List - abstract class for inputs that have source option loaded from js array or
|
|||||||
|
|
||||||
List.defaults = $.extend({}, $.fn.editableform.types.abstract.defaults, {
|
List.defaults = $.extend({}, $.fn.editableform.types.abstract.defaults, {
|
||||||
/**
|
/**
|
||||||
Source data for dropdown list. If string - considered ajax url to load items. Otherwise should be an array.
|
Source data for list. If string - considered ajax url to load items. Otherwise should be an array.
|
||||||
Array format is: <code>[{value: 1, text: "text"}, {...}]</code><br>
|
Array format is: <code>[{value: 1, text: "text"}, {...}]</code><br>
|
||||||
For compability it also supports format <code>{value1: "text1", value2: "text2" ...}</code> but it does not guarantee elements order.
|
For compability it also supports format <code>{value1: "text1", value2: "text2" ...}</code> but it does not guarantee elements order.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user