Note: You access context menu items by right-clicking in a XAL file.
|
Menu Item |
Description |
|
Data > Create Data Source |
Launches the wizard to create a document or object data source that serves data from an external source. |
|
Data > Create Binding |
Launches the Create Binding wizard to bind a datasource to a UI component. |
|
Data > Bind Component Attribute |
Binds a datasource to a component attribute. |
|
Data > Create Iterator |
Binds a range of data to a table or listbox in your application's UI |
|
Data > Wrap With Iterator |
Creates an iterator within another iterator. |
|
Data > Create Formatter |
Creates a formatter to transform data coming from a datasource for presentation in the UI. |
|
Data > Create Formatter Chain |
Creates a chain of formatters to transform data coming from a datasource for presentation in the UI. |
|
Data > Create Service Request |
Launches a wizard to create a serviceRequest to access enterprise data using Nexaweb's sql or web type data services. Nexaweb Studio creates the supporting information to execute the serviceRequest on the server side. |
|
Data > Create Embedded Service Request |
Launches a wizard to create a serviceRequest to access enterprise data using Nexaweb's sql or web type data services. Nexaweb Studio creates all the information required to execute an embedded serviceRequest on the client side. |
|
Data > Create Data Validator |
Launches the Create Data Validator wizard that allows you to create logic to validate data that users input to textField and passwordField components on the client user interface. |