Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.69 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.69 KB

ComboBox for Wakanda

Wakanda ComboBox

To use this widget, you must also include the following widgets :

  • TextInput (master branch)
  • Button (master branch)
  • wListView (v2 branch)

Properties

This widget has the following properties :

  • Value source : Name of the output binding
  • Synchronized : Property checkbox enabling the synchronization between a combobox entry and a datasource
  • Autocomplete : Property checkbox enabling the autocomplete mode
  • Search criteria : Search criteria for a display attribute. Available criterian are : "start with", "end with", "contain" and "equal"
  • Placeholder : The default text displayed
  • Label : Label of the combobox
  • Items : Items (or choices) of the combobox. We can use static value (if "static values" option is selected), or we can use an existing datasource (see source property)
  • Source : Name of the data source that will supply the items to display
  • Value attribute : Name of the data source that will supply the choices to display
  • Display attribute : Name of the data source that will supply the choices to display
  • Template : Template of the list

More Information

You can install a custom widget by using the Add-ons Extension. For more information, refer to the Installing a Custom Widget manual.

For more information about creating a custom widget, refer to the Widgets v2 Creating a Widget manual.