CodeCharge Studio

Content Property

The type of the content.

Applies to

Checkbox List, Label, Label (Report), Link, Radio Button

Description

The following are the Data options of the Content Property:

Setting Description
Text
(default)
The control value is composed of plain text. All HTML tags are converted into the corresponding escape (ESC) sequences. For example, ">" is converted into ">".

Important: If the sourse text contains the line break symbol then it is converted into the "<br>" HTML tag.

HTML The control value is composed of HTML markup. The source text is displayed without converting. If the source text contains the HTML tags, then they are dispayed by the browser as normal HTML.

Examples:

This following is an example of the Label outputs:

Setting Source Text Result after conversion Result in browser
Text <font color='Red'>First line
Second Line</font>
&lt;font color='Red'&gt;First line<br>
Second Line&lt;/font&gt;
<font color='Red'>First line
Second Line</font>
HTML <font color='Red'>First line
Second Line</font>
<font color='Red'>First line
Second Line</font>
First Line Second Line


On-line, printable versions and updates