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 = ""
   soundFile = ""
   soundRepeat = "false"
   frameWidth = "610"
   frameHeight = "220"
   frameBgColor = "0x000000"
   frameCornerRadius = "15"
   framePadding = "20"
   textFontFamily = "Tahoma"
   textFontColor = "0x707070"
   textFontSize = "11"
   titleFontColor = "0xCF9450"
   titleFontSize = "18"
   categoriesWidth = "170"
   categoriesFontColor= "0x909090"
   categoriesFontHighlight = "0xFFFFFF"
   categoriesFontSelected = "0xCF9450"
   categoriesFontSize = "11"
   descriptnioWidth = "250"
   underThumbnails = "false"
   lineColor = "0x707070"
   slidePercentPosition = "50"
   slideBgColor = "0xFFFFFF"
   slideBgTransparent = "0.5"
   slideBorderThickness = "5"
   slideBorderColor = "0x000000"
   slideBorderTransparent = "0.5"
   slideMirrorTransparent = "0.4"
   slideDuration = "3"
   slidesAutoStart = "false"
   loadingColor = "0x101010"
   thumbWidth = "95"
   thumbHeight = "95"
   thumbMarginBottom = "350"
   thumbBgColor = "0x202020"
   thumbBorderThickness = "0"
   thumbBorderColor = "0x707070"
   thumbBorderTransparent = "1"
   thumbSpaceWidth = "1"
   thumbFontFamily = "Tahoma"
   thumbFontColor = "0xD5D5D5"
   thumbFontSize = "11"
   thumbMirrorTransparent = "0.3"
   thumbEffect = "Saturation"
   controlCornerRadius = "5"
   controlBgColor = "0x707070"
   controlArrowColor = "0xFFFFFF"
   controlFontColor = "0xF0F0F0"
   controlShadow = "true"
   controlShadowColor = "0x000000"
   buttonArrowColor = "0xCF9450"
   buttonFontColor = "0xD5D5D5"
   buttonFontHighlight = "0xCF9450"
   buttonFontSize = "16"
   buttonSlideshowColor = "0xFFA030"
   buttonSlideshowBlurColor = "0xFFFFFF"
   localizationDescription = "DESCRIPTION"
   localizationCaption1 = "select other galleries in fullscreen mode"
   localizationCaption2 = "select other galleries"
   localizationFullscreen = "FULLSCREEN"
   localizationExit = "EXIT"
   localizationPrev = "PREV"
   localizationNext = "NEXT"
   localizationSound = "SOUND">
</config>

Attributes