When you search for a parcel in the Tax Parcel Viewer and it selects a parcel, it is a light green fill with a darker green outline. Can someone please advise me how to remove the fill and just have the outline?
I figured out the solution. In the config.js I changed the line Alpha: 0.25, to Alpha: 0,. This sets the transparency of the fill for the parcel selector. See reference esri.symbol.SimpleLineSymbol in the API for SimpleLineSymbol.