Locations table
In 'Locations table' category of the Wizard (Right click on Flash Object, then FlashDevlopment24 Wizard -> Flash Google Maps) you can customize the appearance of the Locations table.

-
Display params
-
The list of parameters that visible in the table. Parameters are taken from XML file. For example, in XML file:
- ...
- <param caption="Listing ID">222934</param>
<param caption="Address">1590 LITTLE RAVEN</param>
<param caption="Baths">1</param>
<param caption="Bedrooms">1</param>
<param caption="Price">323000</param>
- ...
- So you should write in 'Locations table - Display params' the same captions of necessary parameters, thay you want to be displayed.
For exmaple, you write in XML all necessary parameter (captions), and then in 'Display params' of 'Info Window' and 'Locations table' you write necessary names of this parameters that you want to be displayed.
-
Margin top
The top margin between map and the table with parameters.
-
Border thickness
An integer that specifies the border thickness of the table with parameters.
-
Border color
The color of the table border.
-
Number of visible rows
The number of visible rows in the table with parameters.
Header
-
Height
The height of the table header row with the names of the columns, in pixels.
-
Background color
The top and background colors of the table header with the names of the columns.
-
Lines color
The color of the lines in header row between columns.
-
Font
The font name for the header row text in the table.
-
Size
The point size for the font of the header row text in the table.
-
Font color
The font color of the header row text in the table.
-
Font bold
A Boolean value that sets whether the header row text of the table is bold.
Row
-
Height
The height of the table rows, in pixels.
-
Padding
The padding of the table rows from the left edge, in pixels.
-
Background color
The background color of the table rows.
-
Background highlight
The higlight background color of the table rows.
-
Lines color
The color of the lines in table rows.
-
Font
The font name for the text in the table rows.
-
Size
The point size for the font of the text in the table rows.
-
Font color
The color of the table rows font.
-
Font highlight
The highlight color of the table rows font.