Ref Component Referencetml`<Ref ref=pageId.referenceId />`
The Ref component creates a link to content on another page.
The ref attribute is a string of the form pageId.referenceId.
The Ref component's children are the text of the link.
When the link is clicked, the page specified by pageId is opened as a popup page with the referenceId passed to the page's open() method.
Ref component accepts the standard attributes.ref (required)pageId.referenceId.referenceId is interpreted by the page.help.set.These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.
The Ref component's children form the link text.
Ref component will render a <span>.<span> will have a CSS class name with the string navRef.Ref component's <span> will have a blue font color with an underline.