Customizing Links
If you need to have working links between your XML document instances in the Author visual editing mode, consider the following possibilities:
-
You can use the -oxy-link CSS property to specify a link target on a static icon placed before the element.
-
You can use the oxy_link-text() CSS function to take control over the text presented inside a link using a specific Java extension.
-
You can use a custom ExtensionsBundle implementation to be notified on a specific callback if the reference needs further processing.
-
You can implement a custom link target element finder if the links are not referenced directly to elements that have an ID attribute. The link target element finder will be used to locate the target when the end-user clicks the link.