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 = ""
   textFontFamily = "Tahoma"
   textFontColor = "0xCCCCCC"
   textFontSize = "11"
   textFontBold = "false"
   cornerRadius = "0"
   shadowDistance = "2"
   shadowBlur = "4"
   localizationOf = "of"
   localizationPage = "Page"
   cellsRows = "3"
   cellsColumns = "3"
   cellsWidth = "160"
   cellsHeight = "180"
   cellsSpaceWidth = "-1"
   cellsColor = "0x909090"
   cellsHighlight = "0xBBBBBB"
   cellsTransparent = "100"
   cellsBorderWidth = "1"
   cellsBorderColor = "0x505050"
   cellsBorderTransparent = "100"
   cellsNumberColor = "0xA0A0A0"
   cellsNumberHighlight = "0x909090"
   cellsNumberSize = "40"
   cellsNumberVisible = "true"
   thumbWidth = "130"
   thumbHeight = "90"
   thumbCornerRadius = "0"
   thumbBorderWidth = "1"
   thumbBorderColor = "0x303030"
   thumbBorderTransparent = "70"
   thumbScaleMode = "Fill"
   thumbShadow = "true"
   thumbCaptionFontFamily = "Tahoma"
   thumbCaptionFontColor = "0xF0F0F0"
   thumbCaptionFontSize = "11"
   thumbCaptionFontBold = "false"
   thumbCaptionAlign = "Top"
   thumbOnClick = ""
   slideWidth = "400"
   slideHeight = "300"
   slideBgColor = "0x808080"
   slideBgTransparent = "100"
   slideBorderWidth = "10"
   slideBorderColor = "0x000000"
   slideBorderTransparent = "50"
   slideAlign = "Fill"
   slideShadow = "true"
   slideDescriptionFontFamily = "Tahoma"
   slideDescriptionFontColor = "0xCCCCCC"
   slideDescriptionFontSize = "11"
   slideDescriptionFontBold = "false"
   slideDescriptionAlign = "Center"
   slideDuration = "3"
   slidesAutoStart = "false"
   slidesFrameBgColor = "0x505050"
   slidesFrameBgTransparent = "100"
   slidesFrameBorderWidth = "1"
   slidesFrameBorderColor = "0x808080"
   slidesFrameBorderTransparent = "100"
   loadingStyle = "Bytes"
   linkCaption = "View Full-Size"
   linkColor = "0xDDDDDD"
   linkHighlight = "0xFFFFFF"
   linkVisible = "true"
   linkAction = "Enlarge"
   controlsColor = "0xFFFFFF"
   controlsBgColor = "0xA0A0A0"
   controlsBgHighlight = "0xCCCCCC"
   controlsBorderColor = "0x808080"
   controlsFontColor = "0xCCCCCC"
   navigationVisiblePages = "10"
   navigationFontColor = "0x505050"
   navigationMarginHorizontal = "0"
   navigationVisible = "true"
   splitLineColor = "0xBBBBBB"
   splitLineThickness = "1"
   splitLineMarginTop = "10"
   splitLineMarginBottom = "5"
   splitLineVisible = "true">
</config>

Attributes