You are here: Reference > Rule types > Guided Tour rules > Guided Tour form - Completing the Definition tab

Guided Tour rules – Completing the Definition tab

  1. About 
  2. New 
  3. Definition 
  4. Presentation 
  5. History 

Use this tab to define the title, referenced section, the auto-generated user interface element on which the tour stop pop-up window is displayed, and the order in which tour stops are displayed.

The order of tour stops on this tab dictates the tour sequence. You can rearrange the order by selecting a row number, and dragging the row to the desired position.

Provide the following information:

Field

Description

Show when Select when to display the tour stop. Options are:
  • Always – Always displays the tour stop.
  • Tour stop anchor is visible – Displays the tour stop only when the tour stop anchor is visible on the screen.
  • Element is visible – Displays the tour stop when a UI element other than the tour stop anchor is visible on the screen. If you select this option, you must also specify the tour ID or CSS selector of the UI element.
  • Element is not visible – Displays the tour stop when a UI element other than the tour stop anchor is not visible on the screen. If you select this option, you must also specify the tour ID or CSS selector of the UI element.

Title

Enter the window title, which appears above the section contents.

Tour stop section

Select the section that contains the window contents. The section can contain action controls and read-only user interface elements.

The section must be in the class hierarchy of the guided tour rule.

Tour stop anchor

Specify the user interface element on which the window appears. Select one of the following:

  • Tour stop ID – Enter the Tour ID value that is specified on the General tab of the Cell Properties panel.
  • Custom CSS selector – Enter a string that contains a CSS selector, which is passed to a jQuery function to match a specific user interface element.