seaside-bootstrap-select

Description

Seaside integration (canvas, plugin and options) of Bootstrap-Select plugin

Details

Source
GitHub
License
MIT
Stars
1
Created
March 24, 2018
Updated
July 23, 2024

Categories

Web

README excerpt

# seaside-bootstrap-select
[Seaside](https://github.com/SeasideSt/Seaside) integration (canvas, plugin and options) for the [Bootstrap-Select plugin](https://github.com/snapappointments/bootstrap-select) _to be used with Bootstrap 3_.

For [Bootstrap 4 integration](https://github.com/astares/Seaside-Bootstrap4) please check the [Bootstrap 4 branch](https://github.com/eMaringolo/seaside-bootstrap-select/tree/bootstrap4)



# Simple use

To use it, send `tbsSelect` instead of `select` to the HTML canvas.

```smalltalk

  html tbsSelect
    list: Object subclasses
```

![Screenshot](/example.gif?raw=true "Example")

# Installation

```smalltalk
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`).





← Back to results