Hyperlink Properties
Description
These properties govern the appearance and functionality of individual hyperlink controls. It is also possible to use hyperlink controls from within a List control.
- Name
- Description
- Address
Specify the href for the hyperlink. For example add the url to link to a site to link or add a file path. For example
- Break
Force a column break before, after, or both before and after this control.
- Break height
Specify the vertical distance between this control and the next control. Use CSS syntax. e.g. 10px, .5in, 20pt.
- Bubble help
Enter the bubble help for the control.
- Class
Specify the class name for the <a> tag. <Default> will use the default class name for the style name selected.
- Control container class name
Advanced/Optional. All controls are automatically wrapped in a div, with a class name of 'A5CWLayout' or 'A5container', unless the control is in a 'NoFloat' container. You can specify a class name to use for the control container in addition to the 'A5CWLayout' or 'A5container' class that is automatically used. This allows you to have more control over the appearance of the control.
- Control container prevent float
Advanced/Optional. All controls are automatically wrapped in a div, with a class name of 'A5CWLayout' or 'A5container', unless the control is in a 'NoFloat' container. This container automatically 'floats' the control so that your controls lay out automatically from left to right until a control with a 'break after' is encountered. In addition, the class adds padding around the control. By checking this property, you are specifying that the div container that encloses this control will not have the 'A5CWLayout' or 'A5container' class applied.
- Hide
Specify if this control should be hidden. Controls are typically hidden so that they can be manually placed into the Dialog HTML in a 'Free-form Container'.
- Href target
Specify the target window.
- Hyperlink text
Enter HTML text to appear in this control.
- Hyperlink text class
Specify the class name for the span tag that wraps the hyperlink text. 'Default' will use the default class name for the style name selected.
- Hyperlink text style
Specify the in-line style for the span tag that wraps the hyperlink text.
- Id
Specify the control id.
- Style
Specify the in-line style for the <hyperlink> tag.
See Also