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 = "news.xml"
   textFontFamily = "Tahoma"
   textFontColor = "0xD5D5D5"
   textFontHighlight = "0xFFFFFF"
   textFontSize = "11"
   titleWidth = "70"
   titleFontColor = "0xF0F0F0"
   titleFontSize = "16"
   titleCaptionAlign = "Left"
   buttonWidth = "30"
   buttonGradientTop = "0xA5A5A5"
   buttonGradientBottom = "0x000000"
   buttonFaceColor = "0xF0F0F0"
   buttonFaceHighlight = "0xFFC000"
   lineWidth = "550"
   lineHeight = "25"
   lineBgColor = "0x101010"
   lineBgTransparent = "1"
   lineBorderColor = "0x666666"
   lineBorderTransparent = "1"
   linePadding = "10"
   lineScrollingDelay = "3"
   listBgColor = "0x202020"
   listBgHighlight = "0x404040"
   listBgTransparent = "1"
   listLinesColor = "0x666666"
   listBorderColor = "0x666666"
   listItemsPadding = "5"
   listImgCornerRadius = "5"
   localizationNews = "NEWS">
</config>

Attributes