Upcoming.org Component Generated HTML: Difference between revisions


(New page: ====Upcoming.org component dynamically generated html:==== <br> <source lang="html4strict"> <div class="component upcoming_component"> <h2><span>upcoming.org component title</span></h2>...)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:




When a user adds a Upcoming.org component to their Viviti site, this is the html that is dynamically generated.
When a user adds a [[UpcomingComponent | Upcoming.org component]] to their site, this is the html that is dynamically generated.


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

Latest revision as of 10:20, 12 October 2010

Upcoming.org component dynamically generated html:


<div class="component upcoming_component">
 <h2><span>upcoming.org component title</span></h2>
  <div class="component_content">
    <ul class="events">
      <li>
      </li>
    </ul>
  </div>
</div>


When a user adds a Upcoming.org component to their site, this is the html that is dynamically generated.