Text Output State Variable Reference

Table of contents


Introduction

Text Output state variables represent text outputs. Each rendered component will display according to the format specified in the state variable.

Constructor

Syntax

ctl.createPage({
	...,
	stateVarInfo:[
		{type:'textOutput', ...},
	],
})

Parameters


Instance methods

Inherited methods

Note: The component() method returns a TextOutputSvCmp.


Instance properties

Inherited properties


allCaps

If true, output will be converted to all capitals.

Value

A Boolean.


disableHtml

True if any HTML within the text string is to be ignored..

Value

A Boolean.


Component attributes

Inherited attributes


DOM element