comments fixes for docs

This commit is contained in:
vitalets
2012-11-25 13:32:39 +04:00
parent 0487380535
commit 69628f131d
4 changed files with 7 additions and 7 deletions

View File

@@ -225,7 +225,7 @@ List - abstract class for inputs that have source option loaded from js array or
/**
Source data for dropdown list. If string - considered ajax url to load items. Otherwise should be an array.
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.
@property source
@type string|array|object