Difference between revisions of "Heading Widget"

From unroole CMS wiki
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 9: Line 9:
 
}}
 
}}
  
Use the heading widget to add a heading/title to your page. This will add HTML with <h> tag.
+
Use the heading widget to add a heading/title to your page. This will add HTML with &lt;h1&gt;, &lt;h2&gt;, &lt;h3&gt; or &lt;h4&gt; tags depending on the size. This widget is useful when you want to keep headings consistent for styling. You can also easily add links without the need to touch any HTML code.
  
 
{{clear}}
 
{{clear}}
Line 37: Line 37:
 
| Size
 
| Size
 
| Choose the size of the heading.
 
| Choose the size of the heading.
|-
 
| Custom Id
 
| Type in a custom id. This id can then be used in CSS and Javascript to change the style and behaviour of this gallery.
 
|-
 
| Custom Classes
 
| Type in a custom class, or mutiple classes seperated. These classes can then be used in CSS and Javascript to change the style and behaviour of this gallery.
 
 
|}
 
|}
  
 
+
''For global widget properties see [[Widgets#Common_Properties|Widgets]]''
 
+
  
 
{{clear}}
 
{{clear}}

Latest revision as of 17:59, 14 November 2012

Heading Widget In Action.png

Using heading widget to display consistent heading.

Use the heading widget to add a heading/title to your page. This will add HTML with <h1>, <h2>, <h3> or <h4> tags depending on the size. This widget is useful when you want to keep headings consistent for styling. You can also easily add links without the need to touch any HTML code.

Properties

In the Layout Editor, heading widget have these properties:

Heading Widget Property.png

Property panel for Heading Widget
Name Description
Heading Type in the desired heading content.
URL When clicking on the heading, the url that the page directs to. If left blank, heading will be unclickable.
Size Choose the size of the heading.

For global widget properties see Widgets