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 = "thumb.aspx"
   frameWidth = "650"
   frameHeight = "480"
   frameBgColor  = "0xF4F4F4"
   frameBgTransparent  = "1"
   frameBorderThickness = "1"
   frameBorderColor = "0x707070"
   frameBorderTransparent = "1"
   localizationPlay = "play slideshow"
   localizationStop = "stop slideshow"
   categoriesPanelHeight = "20"
   categoriesPanelMargin = "0"
   categoriesPanelColor  = "0xFFFFFF"
   categoriesPanelTransparent = "1"
   tabHeight = "23"
   tabBgColor = "0x707070"
   tabBgSelected = "0xFF5500"
   tabFontFamily = "Tahoma"
   tabFontSize = "11"
   tabFontColor = "0xD5D5D5"
   tabFontHighlight = "0xFFFFFF"
   tabFontSelected = "0xFFFFFF"
   thumbMaxSize = "-1"
   thumbBgColor = "0xFFFFFF"
   thumbSpaceWidth = "5"
   thumbBorderThickness = "1"
   thumbBorderColor = "0xFFFFFF"
   thumbBorderTransparent = "1"
   thumbShadow = "false"
   thumbPanelAlign = "Right"
   thumbPanelFixedPosition = "false"
   thumbPanelThickness = "100"
   thumbPanelPadding = "5"
   thumbPanelColor = "0xFFFFFF"
   thumbPanelTransparent = "0.5"
   thumbDropThickness = "10"
   thumbDropColor = "0xFFFFFF"
   thumbDropTransparent = "0.85"
   thumbDropArrowColor = "0xFF5500"
   thumbCaptionMaxWidth = "200"
   thumbCaptionMargin = "3"
   thumbCaptionBgColor = "0xFF5500"
   thumbCaptionBgTransparent = "0.8"
   thumbCaptionFontFamily = "Tahoma"
   thumbCaptionFontSize = "11"
   thumbCaptionFontColor = "0xF0F0F0"
   thumbCaptionArrowColor = "0x404040"
   slideMargin = "15"
   slideBorderThickness  = "0"
   slideBorderColor  = "0x707070"
   slideBorderTransparent  = "1"
   slideScaleMode = "Fit"
   slideLoadingColor = "0xFFFFFF"
   slideShadow = "true"
   slideDuration = "3"
   slideTransition = "Fade"
   slideTransitionDuration = "1"
   slideHidePrevious = "true"
   slideAutoStart = "false"
   slideCaptionFontFamily = "Eurostile"
   slideCaptionFontSize = "14"
   slideCaptionFontColor = "0x404040"
   slideCaptionAlign = "Bottom"
   slideCaptionVisible = "true"
   slideDescBgColor = "0x202020"
   slideDescBgTransparent  = "0.8"
   slideDescVisible = "false"
   controlPanelHeight = "25"
   controlPanelMargin = "0"
   controlPanelPadding = "12"
   controlPanelColor = "0x404040"
   controlPanelTransparent = "1"
   controlFontFamily = "Eurostile"
   controlFontSize = "10"
   controlFontColor = "0xA0A0A0"
   controlFontHighlight = "0xF0F0F0"
   controlFaceColor = "0xA0A0A0"
   controlFaceHighlight = "0xF0F0F0"
   controlNavigationWidth = "70"
   controlProgressColor = "0x707070"
   controlProgressHighlight = "0xF0F0F0">
</config>

Attributes