Adobe Extending Dreamweaver CS4 Manuel d'utilisateur Page 332

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 387
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 331
326
EXTENDING DREAMWEAVER CS4
Server models
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
dom.serverModel.getDelimiters() function.
Arguments
None.
Returns
Dreamweaver expects an array of objects where each object contains the following three properties:
The startPattern property is a regular expression that matches the opening script delimiter (such as <%).
The endPattern property is a regular expression that matches the closing script delimiter (such as %>).
The participateInMerge property is a Boolean value that specifies whether the content enclosed in the listed
delimiters should (
true) or should not (false) participate in block merging.
getServerModelDisplayName()
Availability
Dreamweaver MX.
Vue de la page 331
1 2 ... 327 328 329 330 331 332 333 334 335 336 337 ... 386 387

Commentaires sur ces manuels

Pas de commentaire