Model an Internal Hyperlink 

Purpose

To display more information available in the business application. This allows easy navigation within the business application.

Prerequisites

You have:

Process Flow

  1. Create an internal hyperlink in the Tile Modeler. For more information, see Creating a hyperlink.
  2. Internal hyperlink is the hyperlink source created for the control.

  3. If you want to associate more than one internal hyperlink to a control:
    1. Repeat steps 1.
    2. The first internal hyperlink you create will be the default hyperlink source of the control.

    3. Specify which hyperlink has to be used at run time based on your requirements. To do this, write scripts.

You can write an event handler Onhyperlinkclick for the hyperlink. If the hyperlink source is:

  1. Create a hyperlink target in the Application Modeler.
  2. Link the hyperlink source and the hyperlink target in the Application Modeler.

Result

At run time, this hyperlink will display the tile set that was specified as the hyperlink target.