Dreamweaver Extensions

Specification of the configuration file

The following example shows the basic structure of configuration XML file:

<?xml version = "1.0" encoding = "utf-8"> 
<config 
   xmlSource = "gallery.xml"
   serverScript = ""
   cornerRadius = "0"
   popupWindowName = "My popup window"
   popupAutoClose = "false"
   popupMenuDisabled = "false"
   langPrevious = "Prev"
   langNext = "Next"
   langOf = "of"
   frameWidth = "400"
   frameHeight = "370"
   frameBgColor = "0xFFFFFF"
   frameBgTransparent = "100"
   frameBorderWidth = "1"
   frameBorderColor = "0xA0A0A0"
   textFontFamily = "Tahoma"
   textFontSize = "11"
   textFontColor = "0x707070"
   textFontHighlight = "0x000000"
   controlsColor = "0x909090"
   controlsHighlight = "0x202020"
   pageNumberWidth = "22"
   slideMarginTop = "27"
   slideWidth = "386"
   slideHeight = "300"
   slideBgColor = "0xF0F0F0"
   slideBorderWidth = "0"
   slideBorderColor = "0xCCCCCC"
   slideBorderTransparent = "100"
   slideDropShadow = "false"
   slideDuration = "3"
   slideAutoStart = "false"
   slideTransition = "Rectangles"
   slideFadeDuration = "1"
   slideAction = "None"
   slideCaptionVisible = "true"
   slideCounterVisible = "true"
   shadowDistance = "2"
   shadowBlur = "4">
</config>

Attributes