MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 317

Extending dreamweaver
Table of Contents

Advertisement

identifyBehaviorArguments()
Description
This function identifies arguments from a behavior function call as navigation links,
dependent files, URLs, Netscape Navigator 4.0-style references, or object names so that URLs
in behaviors can update if the user saves the document to another location and so the
referenced files can appear in the site map and be considered dependent files for the purposes
of uploading to and downloading from a server.
Arguments
theFunctionCall
This argument is the string that the
Returns
Dreamweaver expects a string that contains a comma-separated list of the types of arguments
in the function call. The length of the list must equal the number of arguments in the
function call. Argument types must be one of the following types:
The
argument type specifies that the argument is a navigational URL, and therefore,
nav
it should appear in the site map.
The
argument type specifies that the argument is a dependent file URL, and
dep
therefore, it should be included with all other dependent files when a document that
contains this behavior is downloaded from or uploaded to a server.
The
argument type specifies that the argument is both a navigational URL and a
URL
dependent URL or that it is a URL of an unknown type and should appear in the site map
and be considered a dependent file when downloading from or uploading to a server.
The
argument type specifies that the argument is a Netscape Navigator 4.0-
NS4.0ref
style object reference.
The
argument type specifies that the argument is an Internet Explorer DOM
IE4.0ref
4.0-style object reference.
The
argument type specifies that the argument is a simple object name, as
objName
specified in the
NAME
The
argument type specifies that the argument is none of the above types.
other
applyBehavior()
attribute for the object. This type was added in Dreamweaver 3.
function returns.
The Behaviors API
317

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Dreamweaver 8

Table of Contents