Child pages
  • JSValueList
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »


Constants Summary

Property Summary
String #name
The name of the value list.

Method Summary

Constants Details

Property Details
name

The name of the value list.

It is relevant when the "useTableFilter" property is set.

Returns
Sample
var vlist = solutionModel.newValueList('options', JSValueList.DATABASE_VALUES);
vlist.dataSource = 'db:/example_data/valuelists';
vlist.setDisplayDataProviderIds('valuelist_data');
vlist.setReturnDataProviderIds('valuelist_data');
vlist.useTableFilter = true;
vlist.name = 'two';

Method Details
  • No labels