seaside-bootstrap-select
Seaside integration (canvas, plugin and options) for the Bootstrap-Select plugin to be used with Bootstrap 3.
For Bootstrap 4 integration please check the Bootstrap 4 branch
Simple use
To use it, send tbsSelect
instead of select
to the HTML canvas.
html tbsSelect
list: Object subclasses
Installation
Metacello new
baseline: 'BootstrapSelect';
repository: 'github://eMaringolo/seaside-bootstrap-select/src';
load.
More examples
There is a Bootstrap-Select-Examples
package that autoinitializes a browser application at /bootstrap-select
in your default Seaside dispatcher (typically http://localhost:8080/bootstrap-select
).