MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Spezifikationen Seite 429

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 504
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 428
The Server Model API functions 429
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.
Description
This function 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.
Seitenansicht 428
1 2 ... 424 425 426 427 428 429 430 431 432 433 434 ... 503 504

Kommentare zu diesen Handbüchern

Keine Kommentare