wjListBox Class

File
wijmo.knockout.js
Module
wijmo.knockout
Show
   

KnockoutJS binding for the ListBox control.

Use the wjListBox binding to add ListBox controls to your KnockoutJS applications. For example:

<p>Here is a ListBox control:</p>
<div data-bind="wjListBox: {
  itemsSource: countries,
  selectedItem: theCountry }">
</div>

The wjListBox binding supports all read-write properties and events of the ListBox control. The following properties provide two-way binding mode: