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 = ""
   descriptionTagId = "flash_description"
   descriptionTargetWindow = "_self"
   frameBgColor = "0xC2C9C8"
   frameBgTransparent = "1"
   frameCornerRadius = "15"
   tabFontFamily = "Tahoma"
   tabFontSize = "11"
   tabFontColor = "0x5D5D5D"
   tabFontHighlight = "0xFFFFFF"
   tabFontSelected = "0xFF5500"
   tabShadowColor = "0x000000"
   tabCornerRadius = "15"
   scrollerPageSize = "5"
   scrollerBgColor = "0x000000"
   scrollerCornerRadius = "15"
   pageControlColor = "0x5D5D5D"
   pageControlHighlight = "0xFFFFFF"
   pageControlSelected = "0xFF5500"
   scrollControlColor = "0x757C7C"
   scrollControlFaceColor = "0xFFFFFF"
   scrollControlFaceHighlight = "0xFFFFFF"
   scrollControlGlowColor = "0xFFFFFF"
   markerBgColor = "0xFFFFFF"
   markerBgTransparent = "0"
   markerBorderThickness = "7"
   markerBorderColor = "0x000000"
   markerBorderTransparent = "0.7"
   markerOnClick = "Enlarge"
   thumbWidth = "95"
   thumbHeight = "95"
   thumbSpaceWidth = "9"
   thumbBgColor = "0x202020"
   thumbBorderThickness = "1"
   thumbBorderColor = "0x404040"
   thumbBorderTransparent = "1"
   thumbAlign = "Center"
   thumbEffect = "Brightness"
   thumbMirror = "true"
   thumbScaleMode = "Fit"
   thumbOnClick = "Description"
   captionFontFamily = "Tahoma"
   captionFontSize = "10"
   captionFontColor = "0x707070"
   captionFontHighlight = "0xCCCCCC"
   captionFontSelected = "0xFF5500"
   captionHeight = "23"
   captionVisible = "true"
   popupBgColor = "0x000000"
   popupBgTransparent = "0.7"
   popupFontFamily = "Tahoma"
   popupFontColor = "0x505050"
   popupFontSize = "11"
   popupFrameColor = "0xFFFFFF"
   popupSlideColor = "0xC2C9C8"
   popupSlideMargin = "10"
   popupControlColor = "0xC2C9C8"
   popupControlHighlight = "0xFFFFFF"
   popupDescriptionAlign = "Center"
   popupLoadingColor = "0x707070">
</config>

Attributes