Specifications

Chapter 18222
getServerModelDisplayName()
Availability
Dreamweaver MX
Description
Returns the name that should appear in the user interface for this server model. You can access
this value from JavaScript by calling the
dom.serverModel.getDisplayName() function.
Arguments
None.
Returns
Dreamweaver expects a string, such as "ASP JavaScript".
getServerModelFolderName()
Availability
Dreamweaver MX
Description
Returns the folder name to be used for this server model within the Configuration folder. You can
access this value from JavaScript by calling the
dom.serverModel.getFolderName() function.
Arguments
None.
Returns
Dreamweaver expects a string, such as "ASP_JS".
getServerSupportsCharset()
Availability
Dreamweaver MX
Description
Returns true if the current server supports the given character set. From JavaScript, you can
determine whether the server model supports a particular character set by calling the
dom.serverModel.getServerSupportsCharset() function.
Arguments
metaCharSetString
metaCharSetString
is a string that holds the value of the documents "charset=" attribute.
Returns
Dreamweaver expects a Boolean value.