OpenWGA 7.9 - WebTML reference

WebTML tags » createpage

<tml:createpage container ="tag-name">

Purpose:

Specifies a HTML container tag to render which is automatically displayed and hidden with the create button

Description:

Specifying this attribute will make the <tml:createpage> tag render a HTML container tag around its contents of the given tag name. This whole tag and its content is automatically displayed when the create button should show and automatically hidden when not.

Use this attribute if you need such a container tag to be displayed/hidden along with the create button in order to keep the integrity of the page design.

You can use attributes cssclass and cssstyle to apply CSS class and styles to the HTML container tag.

Value(s):

Name of any HTML tag to put out as container, like "li" or "div".

Examples:

See <tml:createpage>