mode beta ready

This commit is contained in:
vitalets
2013-01-04 11:09:22 +04:00
parent d375c57e97
commit eca57a4060
10 changed files with 86 additions and 59 deletions

View File

@@ -248,7 +248,7 @@ List - abstract class for inputs that have source option loaded from js array or
If **string** - considered ajax url to load items. In that case results will be cached for fields with the same source and name. See also `sourceCache` option.
If **function**, it should return data in format above (since 1.3.1).
If **function**, it should return data in format above (since 1.4.0).
@property source
@type string | array | object | function
@@ -285,4 +285,4 @@ List - abstract class for inputs that have source option loaded from js array or
$.fn.editabletypes.list = List;
}(window.jQuery));
}(window.jQuery));