cf2:cst.Template

Purpose

Contains a group of slots and/or conditional statements.

Exported Features

cf2:cst.Template

Imported Features

n/a

Markup

This component is provided by the cst:template element.

JavaScript

This component is a common UI component and it implements the methods defined in Common JavaScript methods.

Properties

The following table lists the observable properties associated with this component.

Property Description Type Access
data

The data object to which the template has been bound. If this is changed, then the template will update all of its slots.

If the page is running in frame mode and there is an associated frame, then the initial value of the property is a reference to that frame.

Object read/write

Related topics