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 = "catalogue.xml"
   serverScript = ""
   spacingHeight = "170"
   autoFirstItem = "false"
   popupWindowName = "My popup window"
   popupAutoClose = "false"
   popupMenuDisabled = "false"
   controlsColor = "0x909090"
   controlsHighlight = "0xC0C0C0"
   controlsIconColor = "0xFFFFFF"
   controlsBorderColor = "0x707070"
   textFontFamily = "Tahoma"
   textFontSize = "11"
   textFontColor = "0x505050"
   numberFontColor = "0x202020"
   descLineSpacing = "-2"
   captionFontColor = "0xFF5500"
   captionFontBold = "false"
   linkColor = "0xFF5500"
   linkHighlight = "0xFF7700"
   linkUnderline = "true"
   linkUnderlineRollOver = "false"
   photoWidth = "300"
   photoHeight = "200"
   photoBgColor = "0xD5D5D5"
   photoBgTransparent = "100"
   photoBorderWidth = "1"
   photoBorderColor = "0x707070"
   photoBorderTransparent = "100"
   photoScaleMode = "Fill"
   photoAction = "Enlarge"
   loadingStyle = "Bytes"
   thumbColumns = "7"
   thumbWidth = "105"
   thumbHeight = "75"
   thumbCollapseHeight = "5"
   thumbLineSpacing = "1"
   thumbColor = "0x505050"
   thumbHighlight = "0xFF5500"
   thumbDisabledColor = "0xD0D0D0">
</config>

Attributes