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 = "header.xml"
   fontsEmbedded = "true"
   fontsXMLSource = "fonts.xml"
   foregroundFile = "foreground.png"
   foregroundMarginLeft = "500"
   foregroundMarginTop = "0"
   slideWidth = "660"
   slideHeight = "180"
   slideBgColor = "0x707070"
   slideBgTransparent = "1"
   slideBorderThickness = "5"
   slideBorderColor = "0x000000"
   slideBorderTransparent = "0.4"
   slideLoop = "0"
   slideDuration = "3"
   slideTransition	= "Scale"
   slideTransitionDuration = "1"
   slideMarginBottom = "1"
   slideVisible = "true"
   titleWidth = "250"
   titleMarginHorizontal = "33"
   titleMarginVertical = "20"
   titleAlign = "lt"
   titleTextAlign = "Justify"
   titleTransition	= "Move"
   titleTransitionDuration = "1"
   menuPaddingHorizontal = "20"
   menuAlign = "Left"
   menuVisible = "true"
   menuShadowDistance = "2"
   menuShadowBlur = "4"
   menuShadowTransparent = "0.70"
   rootHeight = "30"
   rootGradientTop = "0x404040"
   rootGradientBottom = "0x000000"
   rootLineColor = "0x808080"
   rootFontFamily = "Tahoma"
   rootFontSize = "11"
   rootFontColor = "0xD5D5D5"
   rootFontHighlight = "0xFF3300"
   rootLinkHighlight = "0xdd7368"
   rootFontBold = "false"
   rootCaptionMargin = "15"
   subHeight = "30"
   subGradientTop = "0xFFFFFF"
   subGradientBottom = "0xE2E2E2"
   subLineColor = "0x808080"
   subFontFamily = "Tahoma"
   subFontSize = "11"
   subFontColor = "0x202020"
   subFontHighlight = "0xdd7368"
   subLinkHighlight = "0xFF3300"
   subFontBold = "false"
   subCaptionMargin = "15">
</config>

Attributes