Portlet Factory, Version 6.1.2


 

Dojo Tooltip builder inputs

This topic describes the inputs for the Dojo Tooltip builder.

Table 1. Dojo Tooltip builder inputs
Input name Description
Name Name for this builder call. The WebSphere Portlet Factory Designer displays this name in the builder call list.
Page Location (Required) Page location of an existing page element to associate with the ToolTip.
Tooltip Type Select one of the following ToolTip types.

Text

Have the content for the ToolTip to be a simple string value.

Action

To have the content for the ToolTip to be fetched by the client from an action in your model. If the specified action does a process page, the entire page content is used as the ToolTip. Otherwise, the action must return the text to display.
Tooltip Text This input is only visible when the Tooltip Type input is set to Text. Use this input to specify the text to display when the ToolTip is active.
Tooltip Action This input is only visible when the Tooltip Type input is set to Action. Use this input to specify an action in your model that either processes a page or returns a String. This is required if the Tooltip Type input is set to Action.

Note: If a page is being displayed as the ToolTip source, it must not contain any navigation controls.

Input Mappings This input is only visible when the Tooltip Type input is set to Action. You can use this input to optionally pass arguments to the specified action by adding the argument names and the values to be passed to it. Use the reference chooser to specify input values or values returned by methods or service calls as the value to be passed to an argument for the specified action. For example:

Name

orderID

Value

${Variables/RowLoopVar/Row/ORDER_ID}

Parent topic: Dojo Tooltip builder


Library | Support |