Show TOC

Object documentationContent Locate this document in the navigation structure

 

The Control API creates a scripting variable which provides the rendering context for the following tags. It is a plain HTML tag.

  • id

    Identification name of the content.

Attributes

M

Values

Usage

id

*

String (cs)

Taglib

id="myContent"

Classlib

Set with control document

Example

Syntax Syntax

  1. <hbj:content id="myContent"> 
  2.           ...   
  3. </hbj:content>
End of the code.