stanlick
26 Oct 2010, 8:36 AM
I downloaded touch today and have the geocongress example app running on my host. When I access the url from FF, I see the eight text areas displayed, however, the source seems to be raw. For example, I suspect the variables in the braces{} should be getting resolved but they are not. Any clues?
<textarea id="legislatorbrief" class="x-hidden-display">
<div class="legislator-brief">
<div class="legislator-tnail" style="background-image: url(http://www.govtrack.us/data/photos/{govtrack_id}-50px.jpeg)"></div>
<h3>{title} {firstname} {middlename} {lastname} ({party})</h3>
<p>{state} {district:this.ordinal}</p>
</div>
</textarea>Peace,
Scott
<textarea id="legislatorbrief" class="x-hidden-display">
<div class="legislator-brief">
<div class="legislator-tnail" style="background-image: url(http://www.govtrack.us/data/photos/{govtrack_id}-50px.jpeg)"></div>
<h3>{title} {firstname} {middlename} {lastname} ({party})</h3>
<p>{state} {district:this.ordinal}</p>
</div>
</textarea>Peace,
Scott