EBay Listings Component Generated HTML: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 23: | Line 23: | ||
When a user adds an eBay Listings component to their Viviti site, this is the html that is dynamically generated. | When a user adds an [[EbayItemsComponent | eBay Listings]] component to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Revision as of 17:01, 18 May 2009
eBay Listings component dynamically generated html:
<div class="component ebay_items_component">
<h2><span>eBay listings component title</span></h2>
<div class="component_content">
<div class="ebay_item">
</div>
<div class="paging">
<div class="paging_info">
</div>
<div class="paging_links">
</div>
<div class="next_prev_links">
</div>
</div>
</div>
</div>
When a user adds an eBay Listings component to their Viviti site, this is the html that is dynamically generated.