beautypg.com

Dreamweaver.invokerelatedfilescustomfilterdialog() – Adobe Dreamweaver API Reference CS5 User Manual

Page 196

background image

191

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

Arguments
None.

Returns
An array of String objects representing extensions of the files shown in the Related Files bar. For example, {“

.js

”,

.php

”, “

.css

”}.

dreamweaver.invokeRelatedFilesCustomFilterDialog()

Availability
Dreamweaver CS5.

Description
This function is used to invoke the custom related files filter dialog box. The user may apply a filter from this dialog
and users should call the

getRelatedFilesFilter

function to determine the new filter.

Arguments
None.

Returns
None.

dreamweaver.getDynamicRelatedFilesDiscoverySetting()

Availability
Dreamweaver CS5.

Description
The Dynamically-Related Files feature extends the functionality of the Related Files feature by allowing you to see the
related files of dynamic pages in the Related Files Bar.

This function is used to get the discovery option for dynamically-related files.

Arguments
None.

Returns
A String object specifying the discovery mechanism, which is one of the following values:

Value

Description

automatic

Enables automatic discovery of related files.

manual

Enables manual discovery of related files. In this case, the user has to manually resolve the references to the
related files.

disabled

Disables automatic discovery of related files.