Define a Link Label
The Link Label Data Control can be used as follows:
- Show static text
- Provide a link to a URL
- Display static text with an input from another source appended to that text
- Display the data from another source
Display Static Text
- Drag the Link Label Data Control block onto the workspace.
- On the Properties pane for the Object, optionally give the Link Label Object a Name and Description.
- In the Pane field, select or add a Pane in which you want the Link Label to appear.
-
Type the text to display into the Static label text field, and leave the Link url field blank.
-
Optionally, de-select the check mark next to the Show border option so the text will appear without a line around it. Alternately, you can select Show as button if you want the label to appear as a button.
-
Specify a Font size in pixels for the text.
- When you are done, click the Apply button.
Create a Link to a URL
- Drag the Link Label block onto the workspace.
- Type the text to display on the link into the Static label text field.
- Type or paste the URL for the link into the Link url field.
- Optionally, check the Show as button option if you want the link to display as a button with text.
- Specify a Font size in pixels for the text.
- When you are done, click the Apply button.
Display Data from Another Source
You can display data from another source as text. For example, if you connect a Page Context Data block to a Link Label Data Control block, you can choose to display the current user name; browser language; or time zone:
- Drag a Link Label Data Control block onto the workspace.
- Drag a Page Context Data block to the workspace and connect it to the Link Label Data Control block.
- Select the Link Label Data Control block and open the Input Bindings section in the Object pane.
- When you are done, click the Apply button. The current user name will display as text in the dashboard pane.
NOTE: If you have text in the Static Label Text field the dynamic content will be appended.
On This Page