UIZE JavaScript Framework

2009 NEWS 2009-09-06 - NEW EXAMPLE: Domain List Editor

The new Domain List Editor example demonstrates how the Uize.Widget.ListEditor class can be used to create an interface that lets the user build up a list of domain names.

In the example, domains can be entered in the text input and then added by either pressing the enter key or clicking the "ADD" button. Domains can be removed by selecting them in the multi-select box and then pressing the delete key or clicking the "REMOVE SELECT" button. The example also includes a demonstration of some of the widget's programmatic interface, with an up-to-date display of the value of the widget's list state property, and some links for setting the value of this property.

CHECK IT OUT