Commit cb4d0abd authored by Luís Rudge's avatar Luís Rudge

leaving only one example

parent 5435440c
......@@ -39,8 +39,7 @@
<select multiple="multiple" data-bind="multiselect: { initOptions: multiSelectInitOptions, options: items() }, optionsText: 'text', optionsValue: 'id'">
</select>
<select multiple="multiple" data-bind="options: items(), optionsText: 'text', optionsValue: 'id'">
</select><br />
<br />
<span data-bind="text: ko.toJSON(items())" />
</td>
<td>Normal select. The plugin will do single selection using radio buttons rather than multiple selection using checkboxes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment