Custom: Difference between revisions


(New page: A custom component is used for text and/or images. It is for creating generic content blocks where you can place whatever content you wish. ====Custom component dynamically generated htm...)
 
(Content Block has been moved, it is now a redirect to ContentBlockComponent)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
A custom component is used for text and/or images. It is for creating generic content blocks where you can place whatever content you wish.
#REDIRECT [[ContentBlockComponent]]
 
 
====Custom component dynamically generated html:====
 
<pre>
<div class="component custom_component">
<h2><span>custom component title</span></h2>
  <div class="component_content">
    <div>
    <p>custom component content</p>
    </div>   
  </div>
</div>
</pre>
 
When a user adds a custom component to their Viviti site, this is the html that is dynamically generated.
 
[[Category:Components]]

Latest revision as of 17:01, 31 March 2009