Difference between revisions of "Article Recent Post Widget"

From unroole CMS wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
   |Location = right
 
   |Location = right
 
   |Description = Using article recent post widget to display a list of recent posts.
 
   |Description = Using article recent post widget to display a list of recent posts.
}}
 
 
{{Css Image Crop
 
  |Image = Article Recent Post Widget Property.png
 
  |bSize = 300px
 
  |cWidth = 300
 
  |cHeight = 167
 
  |Location = right
 
  |Description = Property panel for article recent post widget
 
 
}}
 
}}
  
Line 29: Line 20:
 
|-
 
|-
 
| Article Path
 
| Article Path
|  
+
| The relative path where a visitor should be directed when they click on one of the links for this widget. Leave blank to be on the same page.
 
|-
 
|-
 
| Title Length
 
| Title Length
 
| Maximum number of characters to display for each article's title.
 
| Maximum number of characters to display for each article's title.
 
|-
 
|-
| Custom Id
+
| As of Date
| Type in a custom id. This id can then be used in CSS and Javascript to change the style and behaviour of this widget.
+
| Define what recent means. Articles before this date will be filtered out. Default is 1 month.
 
|-
 
|-
| Custom Classes
+
| Max Posts
| 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.
+
| Maximum number of post to be displayed.
 
|}
 
|}
 +
 +
''For global widget properties see [[Widgets#Common_Properties|Widgets]]''
  
 
{{clear}}
 
{{clear}}

Latest revision as of 16:15, 15 November 2012

Article Recent Post Widget In Action.png

Using article recent post widget to display a list of recent posts.

Article Recent Post Widget provides a simple way to display a list of recent posts.

Name Description
Article Type Choose which type of the articles you want to display. If left blank will use the first type.
Article Path The relative path where a visitor should be directed when they click on one of the links for this widget. Leave blank to be on the same page.
Title Length Maximum number of characters to display for each article's title.
As of Date Define what recent means. Articles before this date will be filtered out. Default is 1 month.
Max Posts Maximum number of post to be displayed.

For global widget properties see Widgets