浏览代码

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.',