Header

  • vDoc - The vScript Documentation System

vxml-text

By: Tim - August 19 2006 11:03 AM
The text tag belongs in the body section tag. The purpose is to add a text element to your vSig.

Properties:
id - The required, unique ID for internal purposes (e.g. 0,1,doodles) and for organization and compliance with the GUI editor.
x - The X coordinate (from the upper left of the image) of the upper left corner of the text.
y - The Y coordinate (from the upper left of the image) of the upper left of corner of the text.
font - A font to apply to the text - an ID defined in a font tag.
color - A color to apply to the text - an ID defined in a color tag.
value - The (static) value of the text element. Can also be replaced by inner text, e.g. <text ...>value</text>
AND/OR
vscript - A vScript to execute upon rendering of this element - an ID defined in a vscript tag.
OR
variable - A variable name (reference).

Examples:
<text id='tim' color='mycolor1' font='mydefinedfont' x='10' y='10'>Tim</text>
<text id='msnstatus' color='mycolor2' font='mydefinedfontid' x='100' y='199' variable='msn' />
<text id='vscriptexec' color='mycolor3' font='mydefinedfontid2' x='200' y='100' vscript='mydefinedvscript' />

« Back to vXML Home

Running vDoc 0.2 | (c) 2005 - 2006 vSig