Separator - MACROMEDIA FLASH MX 2004-USING FLASH Use Manual

Hide thumbs Also See for FLASH MX 2004-USING FLASH:
Table of Contents

Advertisement

...
</rows>
Attributes
None.
Child tags
<row>
Parent tag
<grid>
Description
Layout tag; creates a container tag for the row tags in a tabular grid layout. The columns tag must
be within a
<grid>
Example
The following example uses the <grid>, <columns> and <rows> tags to 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>
<separator>
Availability
Flash MX 2004.
Usage
<separator/>
Attributes
None.
442
Appendix B: XML to UI
tag.
.
<menulist>

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents