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"
   logoFile = ""
   logoMarginTop = "20"
   logoMarginLeft = "20"
   titleFontColor = "0xFFFFFF"
   titleFontSize = "24"
   titleMarginTop = "140"
   titleMarginRight = "50"
   titleTransition = "Back"
   titleTransitionDuration = "1"
   titleShadow = "true"
   slideWidth = "740"
   slideHeight = "180"
   slideDuration = "3"
   slideTransitionDuration = "1"
   menuMarginLeft = "50"
   rootItemHeight = "26"
   rootItemColor = "0xFFFFFF"
   rootItemHighlight = "0xFFC000"
   rootItemFontFamily = "Tahoma"
   rootItemFontSize = "11"
   rootItemFontBold = "false"
   rootItemFontColor = "0x202020"
   rootItemFontHighlight = "0x000000"
   rootItemMargin = "12"
   decorLineHeight = "4"
   decorLineColor = "0xFFC000"
   soundFile = "sound.mp3"
   subItemColor = "0xEFF3F4"
   subItemHighlight = "0xCFD4D7"
   subItemFontFamily = "Tahoma"
   subItemFontSize = "11"
   subItemFontBold = "false"
   subItemFontColor = "0x202020"
   subItemFontHighlight = "0x555000"
   subItemMargin = "12"
   subMenuLinesColor = "0xCFD4D7"
   subMenuIcon = "Arrow"
   subMenuIconColor = "0x707070"
   subMenuShadow = "true">
</config>

Attributes