RefreshOptionsProcess

Top  Previous  Next

ROp_icon
 
RefreshOptionsProcess element is used to refresh the options of a HTML SELECT element with fresh data taken from the specified data source.

See RefreshOptionsAction.

RefreshOptionsProcess

Properties

Data Source Name (dataSource) (Accepts MScript)

The name of a Data Source Element (e.g. mor>RelDB>RelDBQueryDataSource).

 

Option Node (optionNode) (Accepts MScript)

The name of the data node in the data source that will provide the text of each option.

 

Value Node (valueField)

The name of the data node in the data source that will provide the value of each option.

Encrypt The Value (encryptTheValue)

Flag to indicate that the value of the data node specified with Value Node property to be encrypted

 

Target Element Id (targetElement)

The id of the target HTML SELECT element.

 

Static Options Quantity (staticOptionsQty)

The number of the options on the top of the list that should be preserved while refreshing the others.