<dialog> 609
Child tags
<column>
Parent tag
<grid>
Description
Layout tag; creates a container tag for the <column> tags in a tabular grid layout. The
<columns> tag must be within a <grid> tag.
Example
See the example for <grid>.
<dialog>
Availability
Flash MX 2004.
Usage
<dialog
id = "myID"
title="yourTitle"
buttons="accept[, cancel]">
...
child tags
...
</dialog>
Attributes
id String; represents a unique identification string that is used by the extensibility features
to identify the dialog box and access the values it returns.
title String; text that appears in the title bar of the dialog box.
buttons Accepts either or both of the strings "accept" and "cancel", which represent the
OK and Cancel buttons, respectively.
Child tags
<hbox>,<grid>,<vbox>
Description
Layout tag; creates the container tag for the entire dialog box. All other tags used must be
contained in this tag.