EkML Tags

The EkML tags define functions that occur when using the language to display content. The Ektron Markup Language includes the following tags.

EkML Tag

Description

<ekmarkup>

Use these tags to open and close the Ektron Markup Language.

<ekoutput>

Define what information is output from the server control between these tags.

<ekrepeat>

These tags cause what ever formatting information that appears between them to be applied to each item in the list.

They always appear between the <ekoutput> tags.

<ekbubbleinfo>

Creates a pop-up bubble. This tag is invoked when you use the [$ShowBubble] or [$ShowBubble(width)] variables. By adding different variables between the <ekbubbleinfo> tags, you define what information appears in the bubble.

These tags are placed outside the <ekoutput> tags but within the <ekmarkup> tags.

<ekcontentinfo>

Places the information defined between the tags in the specified HTML tag ID. This tag is invoked when you use the [$ShowContent(‘htmltagid’)] variable.

(continued in EkML Variables)

Previous TopicNext Topic|