Ref Component Reference

Table of Contents


Introduction

Syntax

tml`<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.

Attributes

Instance methods

These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.

Inherited methods

Children

The Ref component's children form the link text.

DOM element properties

Styling