Browse Source

Fix #18: add singleSelect docs.

zhixin 11 years ago
parent
commit
6b26d04003
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/docs.js

+ 6 - 0
docs/docs.js

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