EBay Listings Component Generated HTML: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 23: | Line 23: | ||
When a user adds an eBay Listings component to their | When a user adds an [[EbayItemsComponent | eBay Listings]] component to their site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Latest revision as of 09:19, 12 October 2010
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 site, this is the html that is dynamically generated.