Ct Element Reference

Table of Contents


Introduction

Syntax

tml`
	<Ct>
		...
	</Ct>
`

The Ct element represents a popup tip message for a Cl Component (a label within a Card row). A label with a tip has a &info; symbol visible to indicate that a tip is available. When the label is touched, a popup message with the tip is displayed.

Note: The Ct element is not a component. It extracted from the child template by the the Cl Component which sets up the popup message when the label is clicked, and displays the &info; symbol.

Attributes

All attributes are ignored.

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 Ct element accepts any content.