MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 400

Dreamweaver api reference
Table of Contents

Advertisement

dreamweaver.getExtDataValue()
Availability
Dreamweaver UltraDev 4.
Description
This function retrieves the field values from an EDML file for the specified nodes.
Arguments
qualifier(s)
The
qualifier(s)
information you need) of comma-separated node qualifiers that includes group or
participant name, subblock (if any), and field name.
Returns
Dreamweaver expects a field value. If a value is not specified, Dreamweaver uses the default
value.
Example
The following example retrieves the location attribute value for the insertText tag of the
recordset_main participant:
dw.getExtDataValue("recordset_main", "insertText", "location");
dreamweaver.getExtDataArray()
Availability
Dreamweaver UltraDev 4.
Description
This function retrieves an array of values from an EDML file for the specified nodes.
Arguments
qualifier(s)
The
qualifier(s)
including group or participant name, subblock (if any), and field name.
Returns
Dreamweaver expects an array of child-node names.
400
Dynamic Documents
argument is a variable-length list (depending on the level of
argument is a variable-length list of comma-separated node qualifiers,

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents