EasyManua.ls Logo

MACROMEDIA FLASH 8-USING FLASH - Page 615

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...
<separator> 615
Description
Layout tag; creates a container tag for the row tags in a tabular grid layout. The columns tag
must be within a
<grid> tag.
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
<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>
<separator>
Availability
Flash MX 2004.
Usage
<separator/>
Attributes
None.
Child tags
None.
Parent tag
<hbox>,<vbox>

Table of Contents

Related product manuals