User Guide

<rows> 441
...
child tags
...
</row>
Attributes
None.
Child tags
Control tags.
Parent tag
<rows>
Description
Layout tag; creates one row in a tabular grid layout. The row tag must be within a <rows> tag,
which must be within a
<grid> tag.
Example
The following example uses the <row> tag to help define a dialog box. To see how this dialog box
works with a JavaScript API command, see the example for
<menulist>.
<dialog id="scale-dialog" title="Scale Selection" buttons="accept, cancel">
<grid>
<columns>
<column/>
<column/>
</columns>
<rows>
<row align="center">
<label value="Scale x: " control="xScale"/>
<textbox id="xScale"/>
</row>
<row align="center">
<label value="Scale y:" control="yScale"/>
<textbox id="yScale" />
</row>
</rows>
</grid>
</dialog>
<rows>
Availability
Flash MX 2004.
Usage
<rows>
...
child tags