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 = "menu.xml"
   jsResizeFunc = "resizeVerticalMenu"
   isSlider = "false"
   cornerRadius = "10"
   headerHeight = "20"
   footerHeight = "20"
   itemWidth = "180"
   itemHeight = "18"
   itemPadding = "10"
   rootBgColor = "0x6982a0"
   rootBgTransparent = "100"
   rootBgHighlight = "0x95a5b9"
   rootFontFamily = "Tahoma"
   rootFontSize = "11"
   rootFontColor = "0xF0F0F0"
   rootFontHighlight = "0xFFFFFF"
   rootFontBold = "false"
   rootLineColor = "0x95a5b9"
   rootIcon = "Arrow Large"
   subBgColor = "0xE0E0E0"
   subBgTransparent = "100"
   subBgHighlight = "0xFFFFFF"
   subBgSelected = "0xFFFFFF"
   subFontFamily = "Tahoma"
   subFontSize = "11"
   subFontColor = "0x505050"
   subFontHighlight = "0x000000"
   subFontSelected = "0x6982a0"
   subFontBold = "false"
   subLineColor = "0x6982a0"
   subIcon = "Arrow Dot">
</config>

Attributes