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 = ""
   backgroundColor = "0xCCCCCC"
   loadingStyle = "Bytes"
   popupWindow = "Hyperlink"
   popupMenuDisabled = "true"
   popupWindowName = "My popup window"
   localizationOf = "of"
   localizationPage = "Page"
   headerTitle = "Click thumbnail to enlarge"
   headerHeight = "24"
   headerBgColor = "0x505050"
   headerFontFamily = "Tahoma"
   headerFontSize = "11"
   headerFontColor = "0xF0F0F0"
   footerHeight = "24"
   footerBgColor = "0x505050"
   footerVisible = "true"
   photoAlign = "Left"
   photoWidth = "320"
   photoHeight = "240"
   photoScale = "Fill"
   photoBgColor = "0xF0F0F0"
   photoOnClick = ""
   slideDuration = "3"
   slideAutoStart = "false"
   slideTransitions = "Fade"
   thumbRows = "3"
   thumbColumns = "3"
   thumbWidth = "0"
   thumbHeight = "0"
   thumbScale = "Fill"
   thumbRollOverBorder = "3"
   thumbCaptionVisible = "RollOver"
   thumbCaptionBgColor = "0xFFFFFF"
   thumbCaptionAlign = "Center"
   thumbCaptionMargin = "5"
   thumbFontFamily = "Tahoma"
   thumbFontColor = "0x505050"
   thumbFontSize = "11"
   thumbRollOverEffect = "Brightness"
   controlsColor = "0x8c8c8c"
   controlsHighlight = "0xaa2127"
   controlsActive = "0x505050"
   controlsFontFamily = "Tahoma"
   controlsFontSize = "11"
   controlsFontColor = "0xF0F0F0"
   controlsPadding = "10"
   controlsVisiblePages = "5">
</config>

Attributes