Appboard/2.6/builder/widgets/actions/set widget selection

The "Set Widget Selection" Action controls what item is selected in a Widget based on an event or selection in another Widget.


How To Create a Set Widget Selection Action

For instructions on adding an Action to a Widget, see the general instructions in How To Create an Action in a Widget.


How To Configure a Set Widget Selection Action

Perform the following steps to configure a "Set Widget Selection" Action:

  1. Follow the instructions above to create the Action in the Widget Actions panel.
  2. Name: Enter a name for this Action. For convenience, a default name is provided. The Name is not used anywhere else in AppBoard, and only displayed on this configuration page.
  3. On selection of:
    1. Select "any" or "specific" for the type of data selection by the User that will trigger the Action. When selecting "specific", perform the following additional steps:
      1. Click the Filter button. The Filter Editor is displayed.
      2. Click Add Rule to create one or more rules that indicate what data should trigger the Action, when selected.
      3. Click Close to save the Filter settings.
    2. Select the Data Source name. When the Widget is run, selection of data in this Data Source will trigger the Action.
  4. Under Set selection on, select the name of the target Widget in which you want to set the selected value.
  5. Choose one of the options for how the selection should be determined:
    1. as no selection: Set the Widget to remove any previous selection so that nothing in the Widget will be selected.
    2. from event: Select the name of the property on the data used to trigger this event.
    3. from widget's last selection: Use the last selected item in a source Widget to determine what to select in the target Widget.
  6. Check the box next to Trigger actions on target widget if you want any Actions associated with clicking on the target Widget to be invoked, as if the User had clicked the selected item in the target Widget.
  7. Click Close to exit the Widget Wizard and test the Action.


Sample Use Case

Suppose you have two Widgets, a Map and a table. You want to select (highlight) the row in the table that corresponds to the node that is clicked in the map. Perform the following steps to configure the Set Widget Selection Action:


  1. In the Map Widget, click the lightning bolt to go to the Actions panel in the Widget Wizard.
  2. Click Add Event Action and select the Set Widget Selection Action.
  3. Under Set selection on, select the name of the Table Widget.
  4. Choose from widget's last selection and select the name of the Map Widget from the list.


Perform the steps outlined above to create an Action configuration similar to what is presented in the following image:


Sample Configuration of Set Widget Selection Action


When the User clicks a node in the Map Widget, the corresponding row in the Table Widget is selected:


Sample Result of Set Widget Selection Action