MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 428

Extending dreamweaver
Table of Contents

Advertisement

If you want a file in the ServerFormats folder to apply only to a specific scripting language,
add the following statement so it is the first line in the HTML file:
<!-- SCRIPTING-LANGUAGE=XXX -->
In this example,
represents the scripting language. This statement causes the server
XXX
behavior to appear in the Plus (+) menu of the Server Behaviors panel only when the currently
selected scripting language is
.
XXX
Arguments
None.
Returns
Dreamweaver expects an array of strings that represent the supported scripting languages.
getServerModelExtDataNameUD4()
Availability
Dreamweaver MX.
Description
This function returns the server model implementation name that Dreamweaver should
use when accessing the UltraDev 4 extension data files that reside in the Configurations/
ExtensionData folder.
Arguments
None.
Returns
Dreamweaver expects a string, such as
.
"ASP/JavaScript"
getServerModelDelimiters()
Availability
Dreamweaver MX.
Description
This function returns the script delimiters that the application server uses, and it indicates
whether each delimiter can participate in merging code blocks. You can access this returned
value from JavaScript by calling the
function.
dom.serverModel.getDelimiters()
428
Server Models

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