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 = ""
   loadingColor = "0xA0A0A0"
   frameWidth = "630"
   frameHeight = "400"
   frameBgColor = "0x000000"
   frameCornerRadius = "0"
   framePadding = "10"
   buttonIconColor= "0xCF9450"
   buttonFontColor = "0xD5D5D5"
   buttonFontHighlight = "0xCF9450"
   buttonFontSize = "14"
   localizationBack = "BACK"
   localizationClose = "CLOSE"
   categoryRows = "1"
   categoryWidth = "100"
   categoryHeight = "350"
   categoryBgColor = "0x202020"
   categoryBorderColor = "0xA0A0A0"
   categoryBorderMargin = "6"
   categorySpaceWidth = "2"
   categoryScaleMode = "None"
   captionFontFamily = "Tahoma"
   captionFontColor = "0xD5D5D5"
   captionFontSize = "12"
   captionAlign = "Center"
   imageMargin = "20"
   imageWidth = "200"
   imageHeight = "330"
   imageBgColor = "0x404040"
   imageBorderThickness = "1"
   imageBorderColor = "0xA0A0A0"
   imageBorderTransparent = "1"
   imageSpaceWidth = "5"
   imageScaleMode = "Stretch"
   imageTransparent = "0.3"
   imageSaturation = "true"
   imageHyperlink = "false"
   descriptionFontFamily = "Tahoma"
   descriptionFontColor = "0xA0A0A0"
   descriptionFontSize = "11"
   descriptionAlign = "Justify"
   descriptionUnderline = "false"
   descriptionHyperlink = "true">
</config>

Attributes