diff options
author | lou <louiscuny@gmail.com> | 2011-05-05 12:03:32 +0200 |
---|---|---|
committer | lou <louiscuny@gmail.com> | 2011-05-05 12:03:32 +0200 |
commit | a36da3776e64cecec0cba8366b02017e66fc4557 (patch) | |
tree | a18f8702a14b1dcc52c1fc6b215afde9fc07b5fe /documentation.html | |
parent | d0cc0913d10c708de4277ca55c9922844ad2dbfd (diff) | |
download | multi-select-a36da3776e64cecec0cba8366b02017e66fc4557.zip multi-select-a36da3776e64cecec0cba8366b02017e66fc4557.tar.gz multi-select-a36da3776e64cecec0cba8366b02017e66fc4557.tar.bz2 |
add disabled option
Diffstat (limited to 'documentation.html')
-rw-r--r-- | documentation.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation.html b/documentation.html index 133940d..54e2731 100644 --- a/documentation.html +++ b/documentation.html @@ -53,12 +53,17 @@ <tr> <td>selectableHeader</td> <td>null</td> - <td>Text or HTML to display on the selectable container</td> + <td>Text or HTML to display on the selectable container.</td> </tr> <tr> <td>selectedHeader</td> <td>null</td> - <td>Text or HTML to display on the selected container</td> + <td>Text or HTML to display on the selected container.</td> + </tr> + <tr> + <td>disabledClass</td> + <td>'disabled'</td> + <td>CSS class for disabled items.</td> </tr> </table> <h2>Methods</h2> |