Google Maps Component Generated HTML: Difference between revisions


(New page: ====Google Maps component dynamically generated html:==== <br> <source lang="html4strict"> <div class="component google_map_component"> <h2><span>google maps component title</span></h2>...)
 
mNo edit summary
Line 13: Line 13:




When a user adds a Google Maps component to their Viviti site, this is the html that is dynamically generated.
When a user adds a [[GoogleMapComponent | Google Maps component]] to their Viviti site, this is the html that is dynamically generated.


[[Category:Dynamically Generated HTML]]
[[Category:Dynamically Generated HTML]]

Revision as of 18:02, 18 May 2009

Google Maps component dynamically generated html:


<div class="component google_map_component">
 <h2><span>google maps component title</span></h2>
  <div class="component_content">
  </div>
</div>


When a user adds a Google Maps component to their Viviti site, this is the html that is dynamically generated.