Difference between revisions of "Text Widget"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "<noinclude> {{for|more information|Widgets}}</noinclude> Text Widget lets you add simple formatted text to a page. {{clear}} == Properties == In the Layout Editor, text...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{{for|more information|Widgets}}</noinclude>
 
{{for|more information|Widgets}}</noinclude>
  
Text Widget lets you add simple formatted text to a page.
+
Text Widget lets you add simple formatted text to a page. It uses the popular [http://ckeditor.com/ CKeditor] for WYSIWYG text editing so that even if you have no knowledge with HTML you can still style your text beautifully. This is useful when you want to formatted static text on your website. For example an "About Us" or "Privacy Policy" page.
  
 
{{clear}}
 
{{clear}}
  
 
== Properties ==
 
== Properties ==
In the [[Layout Editor]], text widget have these properties:
 
 
{{Css Image Crop
 
{{Css Image Crop
 
   |Image = Text Widget Property.png
 
   |Image = Text Widget Property.png
Line 16: Line 15:
 
   |Description = Property panel for Text Widget
 
   |Description = Property panel for Text Widget
 
}}
 
}}
 +
 +
In the [[Layout Editor]], text widget have these properties:
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 24: Line 25:
 
| Text Content
 
| Text Content
 
| Enter any desired text, you can use the provided editor to format the text.
 
| Enter any desired text, you can use the provided editor to format the text.
|-
 
| 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 widget.
 
|-
 
| 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 widget.
 
 
|}
 
|}
  
 
+
''For global widget properties see [[Widgets#Common_Properties|Widgets]]''
  
  
 
{{clear}}
 
{{clear}}

Latest revision as of 17:54, 21 November 2012

Text Widget lets you add simple formatted text to a page. It uses the popular CKeditor for WYSIWYG text editing so that even if you have no knowledge with HTML you can still style your text beautifully. This is useful when you want to formatted static text on your website. For example an "About Us" or "Privacy Policy" page.

Properties

Text Widget Property.png

Property panel for Text Widget

In the Layout Editor, text widget have these properties:

Name Description
Text Content Enter any desired text, you can use the provided editor to format the text.

For global widget properties see Widgets