HTMLComponent: Difference between revisions


(New page: An HTML component is used for adding custom html chunks. ====HTML component dynamically generated html:==== <pre> <div class="component html_component"> <h2><span>html component title...)
 
No edit summary
Line 1: Line 1:
An HTML component is used for adding custom html chunks.
An HTML component is used for adding custom html chunks.


====HTML component dynamically generated html:====
<pre>
<div class="component html_component">
  <h2><span>html component title</span></h2>
  <div class="component_content">
    <div>
      html component content
    </div>
  </div>
</div>
</pre>
When a user adds an html component to their Viviti site, this is the html that is dynamically generated.


[[Category:Components]]
[[Category:Components]]

Revision as of 23:27, 19 November 2008

An HTML component is used for adding custom html chunks.