The Interacting with Data section includes examples of interacting with data or how user interactions with Blox can be captured with events to perform some operation. These files can be used for learning or for use as templates to create your own Blox templates. Copy these files to a new application for testing purposes, instead of changing settings in these files.
You can access the files through either the menu on the left or by clicking on one of the links below:
Title | Description |
---|---|
Setting DataLayout Interface Type | The DataLayoutBlox interfaceType attribute value can either be droplist (default) or tree . This example sets this attribute by using a RadioButtonFormBlox to toggle between the two values. |
Chart totalsFilter Selector Enabled | Shows the use of a generations level selector at the bottom of the chart for user interaction to control product and time dimensions displayed. |
Query Set by HTML Buttons | Shows a Blox with HTML buttons changing and re-executing the query. |
Using FormBlox to Modify Views | A PresentBlox display allowing users to choose which report to display, whether to show a grid or a chart, and which chart type to use. Shows use of RadioButtonFormBlox, CheckBoxFormBlox, and MemberSelectFormBlox to modify views. FormBlox also maintain persistence after switching away and coming back to the page. |
Static (non-clickable) PresentBlox | Shows the use of the <bloxui:component> tag to set the PresentBlox
to be non-interactive. |
Keep and Remove Enabled | Shows the availability of the Keep and Remove functionality in contextual (right-click) menus. |
Event Filters | Shows the use of event filters, with results displayed to a MessageBox. |