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 = ""
   popupWindowName = "My Photos"
   popupMenuDisabled = "true"
   controlsColor = "0x9AB7D2"
   controlsHighlight = "0xFFFFFF"
   langOf = "of"
   categoriesBgColor = "0x373C3E"
   categoriesBgHighlight = "0x7089A6"
   categoryMargin = "10"
   categoryHeight = "27"
   categoryFontFamily = "Tahoma"
   categoryFontSize = "11"
   categoryFontColor = "0xCCCCCC"
   categoryFontHighlight = "0xFFFFFF"
   categoryFontBold = "false"
   categoriesVisible = "true"
   thumbWidth = "80"
   thumbHeight = "70"
   thumbBgColor = "0x3C3C3C"
   thumbBorderWidth = "1"
   thumbBorderColor = "0xCCCCCC"
   thumbBorderTransparent = "100"
   thumbSpaceWidth = "1"
   thumbMargin = "7"
   thumbScaleMode = "Fix"
   thumbCaptionHeight = "18"
   thumbCaptionColor = "0x7089A6"
   thumbCaptionFontFamily = "Tahoma"
   thumbCaptionFontSize = "11"
   thumbCaptionFontColor = "0xFFFFFF"
   thumbRollOverEffect = "Saturation"  
   scrollOnMouseOver = "false"
   slideWidth = "400"
   slideHeight = "300"
   slideBgColor = "0x202020"
   slideBgTransparent = "100"
   slideBorderWidth = "1"
   slideBorderColor = "0x707070"
   slideBorderTransparent = "50"
   slideScaleMode = "Fit"
   slideMarginHorizontal = "60"
   slideMarginVertical = "20"
   slideDuration = "3"
   slideAutoStart = "true"
   slideAction = "Description"
   loadingStyle = "Bytes"
   titleFontFamily = "Tahoma"
   titleFontSize = "11"
   titleFontColor = "0xFFFFFF"
   titleFontBold = "false"
   descMarginTop = "20"
   descMarginLeft = "40"
   descBgColor = "0x505050"
   descBgTransparent = "85"
   descFontFamily = "Tahoma"
   descFontSize = "11"
   descCaptionFontColor = "0xFFFFFF"
   descCaptionFontBold = "false"
   descValueFontColor = "0xCCCCCC"
   descRowSpaceWidth = "0"
   descLinkCaption = "Read more"
   descLinkColor = "0x9AB7D2"
   descLinkHighlight = "0xFFFFFF">
</config>

Attributes