Question
· Jun 29, 2016

Bootstrap Dual Listbox


I found a widget : Bootstrap Dual Listbox

At : http://www.virtuosoft.eu/code/bootstrap-duallistbox/ , which will
be very helpful in my application.

The problem is that I completely don't know & don't understand how to
install it & how to use it.

Using such a widget is essential for my application.

Thanks Simcha

Discussion (1)0
Log in or sign up to continue

Hi Simcha,

the best way to leverage this widget is to build your own bootstrap dual listbox plugin. Take a look at the code of the other plugins and make sure to check the documentation for creating helper plugins before you start:

http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...

Let us know if you encounter any difficulties.

N.B.: I should mention that you can also just create the proper HTML code in your layout, but then you have to manually call the initialization and refresh methods in your application code all the time.