Usestylesheet

From JRapid

Jump to: navigation, search

The "usestylesheet" element is used to add the link html tag that relates an external CSS file to the .html files generated by JRapid. If it is used inside an entity only the corresponding .html files for the entity will have the CSS included. It may be used as a child of the <config>, <entity> and <panel> elements.

Usage:

<usestylesheet
      location = LOCATION
/>

Example:

 <config>
     <usestylesheet location="../css/realestate.css"/>
 </config>