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 mapKey = "ABQIAAAARKJOd2WOhwsBU0aGj3hSuhT2yXp_ZAY8_ufC3CFXhHIE1NvwkxTfjwBbt3VpwmyC0jNDSuERkEPpXg" mapCenterLat = "39.754957" mapCenterLng = "-105.004666" mapZoom = "14" mapBorderThickness = "1" mapBorderColor = "0x909090" mapZoomControlVisible = "true" mapPositionControlVisible = "true" mapTypeControlVisible = "true" mapDebugMode = "false" localizationMap = "MAP" localizationSatellite = "SATELLITE" localizationHybrid = "HYBRID" markerIconFile = "" markerLineColor = "0xAA5500" markerLineVisible = "true" markerHasShadow = "false" markerWaveColor = "0xFF0000" markerWaveScale = "1" markerWaveOffsetX = "0" markerWaveOffsetY = "0" markerWaveVisible = "Selected" markerInfoParams = "['Listing ID','Address']" markerInfoBgColor = "0xFFFFFF" markerInfoBgTransparent = "0.85" markerInfoOffsetX = "30" markerInfoOffsetY = "5" markerInfoFontFamily = "Tahoma" markerInfoFontSize = "11" markerInfoFontColor = "0x505050" detailsPadding = "10" detailsBgColor = "0xFFFFFF" detailsBgTransparent = "0.85" detailsFontFamily = "Tahoma" detailsFontSize = "11" detailsFontColor = "0x505050" detailsLineSpacing = "-2" detailsVisible = "true" detailsTitleFontColor = "0x505050" detailsTitleFontBold = "true" detailsLinkCaption = "Read more" detailsLinkFontFamily = "Tahoma" detailsLinkFontSize = "11" detailsLinkFontColor = "0xFF8800" detailsLinkFontHighlight = "0xFF9900" detailsLinkFontBold = "true" detailsPhotoWidth = "100" detailsPhotoHeight = "85" detailsPhotoBgColor = "0xA0A0A0" detailsPhotoBorderThickness = "1" detailsPhotoBorderColor = "0x707070" detailsPhotoLoadingColor = "0xFFFFFF" tableParams = "['Listing ID','Address','Baths','Bedrooms','Price']" tableMargin = "1" tableBorderThickness = "1" tableBorderColor = "0x909090" tableVisibleRowCount = "5" tableHeaderHeight = "24" tableHeaderBgColorTop = "0xC0C0C0" tableHeaderBgColorBottom = "0x757575" tableHeaderLinesColor = "0xCCCCCC" tableHeaderFontFamily = "Tahoma" tableHeaderFontSize = "11" tableHeaderFontColor = "0xFFFFFF" tableHeaderFontBold = "false" tableRowHeight = "16" tableRowPadding = "10" tableRowBgColor = "0xF4F4F4" tableRowBgHighlight = "0xEBE7DB" tableRowLinesColor = "0xD5D5D5" tableRowFontFamily = "Tahoma" tableRowFontSize = "11" tableRowFontColor = "0x505050" tableRowFontHighlight = "0xAA5500">
</config>

Attributes