The Hyperlink List Selector is a px widget used to provide access to a hyperlinkList component. The px widget consists of a drop down list selector and a button for following the selected link.
The Hyperlink List Selector component is located in the vykonPro palette under the px sub folder.
-
enabled
Boolean property which controls whether the px widget functions.
-
layout
BLayout property which controls the size and location of the px widget in the view.
-
visible
Boolean property which controls the visiblity of the px widget in the view.
-
align
Property controls the alignment of the drop down list and the button in the flow pane.
-
hgap
Integer property which configures the number of horizontal pixels between components in the flow pane.
-
vgap
Integer property which configures the number of vertical pixels between components in the flow pane.
-
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.
-
ord
BOrd property which points to the hyperlinkList component in the station used to populate the drop down selector list.
-
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.