EDITORLAYOUT

Defines the canvas on which containers and controls can be laid out for the Tag Editor user interface.

The following subjects are covered in this document:


Related information about VTML and WIZML:

Tutorial
The Visual Tool Markup Language (VTML)
Reference
VTML reference - overview
Context
EDITORLAYOUT and PAGELAYOUT sections
TAG
Container for
CONTAINER
CONTROL
Related tags
PAGELAYOUT (Wizards)

top

Tools

EDITORLAYOUT plays a role in the following VTML-driven tools:

  1. Tag Editor

top


Location

This tag can occur only within a TAG tag in a Tag Definition file.

top


Function

Defines the canvas on which containers and controls can be laid out for the Tag Editor user interface. The WIDTH and HEIGHT (and corresponding LFWIDTH and LFHEIGHT) attributes define the size of the usable canvas. Window borders and the lower part of the Tag Editor with the standard buttons are added to this size.

top


Syntax and Attributes

Defaults indicated in bold.

<EDITORLAYOUT> </EDITORLAYOUT>
No specific attributes. Only WIDTH, LFWIDTH, HEIGHT and LFHEIGHT can be used.

top