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
<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
...
</rows>
Attributes
None.
Child tags
<row>
Parent tag
<grid>
614
XML to UI
.
<menulist>
Need help?
Do you have a question about the FLASH 8-USING FLASH and is the answer not in the manual?
Questions and answers