Specifications
Chapter 14182
dreamweaver.getExtDataValue()
Availability
Dreamweaver UltraDev 4
Description
Retrieves the field values from an EDML file for the specified nodes.
Arguments
qualifier(s) is a variable-length list of comma-separated node qualifiers that includes group or
participant name, subblock (if any), and field name.
Returns
Field value is returned. If value is not specified, then the default value returns.
dreamweaver.getExtDataArray()
Availability
Dreamweaver UltraDev 4
Description
Retrieves an array of values from an EDML file for the specified nodes.
Arguments
qualifier(s) is a variable-length list of comma-separated node qualifiers, including group or
participant name, subblock (if any), and field name.
Returns
Array of child node names.
dreamweaver.getExtParticipants()
Availability
Dreamweaver UltraDev 4
Description
Retrieves the list of participants from an EDML group file or participant files.
Arguments
value, qualifier(s)
• value is a property value or blank to ignore.
For example
dw.getExtParticipants("", "participant");
• qualifier(s) is a variable-length list of comma-separated node qualifiers of required
property.
Returns
Array of participant names that have the specified property, if given, and the property matches
the specified value, if given.