EasyManua.ls Logo

MACROMEDIA FLASH 8-USING FLASH - Page 614

MACROMEDIA FLASH 8-USING FLASH
678 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
614 XML to UI
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
...
</rows>
Attributes
None.
Child tags
<row>
Parent tag
<grid>

Table of Contents

Related product manuals