ソースを参照

Fix #18: add singleSelect docs.

zhixin 11 年 前
コミット
6b26d04003
1 ファイル変更6 行追加0 行削除
  1. 6 0
      docs/docs.js

+ 6 - 0
docs/docs.js

@@ -176,6 +176,12 @@ $(function () {
                     'default': 'false'
                 },
                 {
+                    name: 'singleSelect',
+                    type: 'Boolean',
+                    description: 'True to allow checkbox selecting only one row.',
+                    'default': 'false'
+                },
+                {
                     name: 'toolbar',
                     type: 'String',
                     description: 'A jQuery selector that indicate the toolbar, for example: <br>#toolbar, .toolbar.',