![MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Скачать руководство пользователя страница 400](http://html1.mh-extra.com/html/macromedia/dreamweaver-8-dreamweaver-api/dreamweaver-8-dreamweaver-api_reference_3332054400.webp)
400
Dynamic Documents
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)
argument is a variable-length list (depending on the level of
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)
argument is a variable-length list of comma-separated node qualifiers,
including group or participant name, subblock (if any), and field name.
Returns
Dreamweaver expects an array of child-node names.
000_DW_API_Print.book Page 400 Wednesday, July 20, 2005 11:58 AM
Содержание DREAMWEAVER 8-DREAMWEAVER API
Страница 1: ...Dreamweaver API Reference...
Страница 16: ......
Страница 28: ...28 The File I O API...
Страница 38: ...38 The HTTP API...
Страница 68: ...68 Flash Integration...
Страница 100: ...100 The Database API...
Страница 116: ...116 The JavaBeans API...
Страница 144: ...144 The Source Control Integration API...
Страница 146: ......
Страница 254: ...254 Workspace...
Страница 298: ...298 Site...
Страница 354: ...354 Document...
Страница 396: ...396 Page Content...
Страница 488: ...488 Design...
Страница 550: ...550 Code...