Index | Prev | Next
vykonPro-EnahancedHyperlinkBinding
The EnhancedHyperlinkBinding creates a hyperlink which is resolved from BFormat text to provide flexibility using a single graphic for multiple components. The binding also includes properties for configuring the target behavior in both workbench and a browser environment.
Figure - Enhanced Hyperlink Binding properties
Properties
-
ord
The base ord to be used when resolving the hyperlink using the hyperlinkFormat test.
-
degradeBehavior
See the help on Types of binding properties.
-
hyperlinkFormat
BFormat property which is resolved against the base ord to construct the hyperlink. See the help on EnhancedBoundLabelBinding for a detailed explanation.
-
wbTarget
Enumerated selector for the BHyperlinkMode.
-
Replace - Clicking the hyperlink will cause the content of the current view to be replaced with the new content of the configured hyperlink. This setting allows the user to also utilize the standard key functions such as 'ctrl' to override the replace mode by opening a new tab, or 'ctrl+shift' to override the replace mode by opening a new shell.
-
New Tab - Clicking the hyperlink will cause the new content of the configured hyperlink to be loaded in a new workbench tab.
-
New Shell - Clicking the hyperlink will cause the new content of the configured hyperlink to be loaded in a new workbench shell.
-
browserTarget
String property which is used to formulate the hyperlink and specifies the target used in the browser client.
- _self - loads in the window and frame that contains the applet
- _parent - loads in the applet's parent frame. If the applet's frame has no parent frame, acts the same as "_self".
- _top - loads in the top-level frame of the applet's window. If the applet's frame is the top-level frame, acts the same as "_self".
- _blank - loads in a new, unamed top-level window.
- name - loads in the frame or window named name. If a target named name does not already exist, a new top-level window with the specified name is created, and the document is shown there.
Index | Prev | Next