MACROMEDIA FIREWORKS MX 2004-EXTENDING FIREWORKS Manual page 81

Extending fireworks
Hide thumbs Also See for FIREWORKS MX 2004-EXTENDING FIREWORKS:
Table of Contents

Advertisement

Data type Node name Example
dictionary
dict
float
double
integer
int
null
null
server
obj
object
string
string
void
void
<dict><double key="foo"
value="5.0" /><string
key="bar" value="fred" /
></dict>
<double value="1.2345" />
<int value="50" />
<null />
<obj value="fw"
class="Fireworks" />
<string value="foo" />
<void />
Description
A dictionary data type. Like the array data
type, it is simply a container for other data
nodes. Each direct child node of a dictionary
node must contain an additional
attribute. The
attribute is a string and
key
must be unique for the given dictionary
node. The key string must start with a letter
or an underscore (_) and may followed by
numbers, letters, or underscores. Dictionary
nodes can be used to pass objects by value.
The floating-point data type. It can contain
any floating-point (real) number within the
range 1.7e +/- 308.
The integer data type. It can contain any
signed integer in the range -2,147,483,648
through 2,147,483,647.
The null type has only one value: null. The
null type automatically coerces into the
string type, array type, dictionary type, and
the server object type. The null type cannot
have any attributes or sub-elements.
The server object data type. The
attribute is set to the object ID. The
attribute is optional. The server always
specifies the object class when sending
replies to the client. The client, however, is
not required to specify the class when
sending server object nodes to the server.
The
attribute tells the client what
class
properties and methods are available on
an object.
A string data type. It can contain a
UTF-8-encoded string. If you include
special characters, you must "escape" them
(indicate that they are part of the string)
according to the method described in the
XML Data Model (from http://www.w3.org/
XML/Datamodel.html). Most XML writing
packages automatically do this.
No value; no type. Cannot have any
attributes or subelements.
Cross-product architecture
key
value
class
81

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FIREWORKS MX 2004-EXTENDING FIREWORKS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Fireworks mx 2004

Table of Contents