Difference between revisions of "Article Calendar Widget"

From unroole CMS wiki
Jump to: navigation, search
Line 1: Line 1:
<noinclude>
+
<noinclude>{{for|more information|Widgets}}</noinclude>{{Css Image Crop
{{for|more information|Widgets}}</noinclude>{{Css Image Crop
+
 
   |Image = Article Calendar Widget In Action.png
 
   |Image = Article Calendar Widget In Action.png
 
   |bSize = 300px
 
   |bSize = 300px
Line 8: Line 7:
 
   |Description = Using article calendar widget to display calendar with links to article.
 
   |Description = Using article calendar widget to display calendar with links to article.
 
}}
 
}}
 +
 +
The [[Article Calendar Widget]] provides a simple way to display a calendar of article posts for a given month. Only days which have articles published on that day will be clickable. Once clicked it will append date parameters to the end of the url. You can use the parameters to customize the view of the page. Other article related widget may also use these parameter to determine what to show. For example the [[Article Post Widget]] will automatically use these parameters to only show articles created on that day. When changing months the [[Article Calendar Widget]] will append any previously used parameters in order to preserve the page state. The calendar can be easily styled using CSS by targeting the following classes:
 +
 +
* article_calendar_title
 +
* article_calendar
 +
* article_calendar_month
 +
* article_calendar_table
 +
 +
== Properties ==
  
 
{{Css Image Crop
 
{{Css Image Crop
Line 17: Line 25:
 
   |Description = Property panel for article calendar widget
 
   |Description = Property panel for article calendar widget
 
}}
 
}}
 
Article Calendar Widget provides a simple way to display a calendar with links to articles. Only days which have articles published on that day will be clickable. Once clicked it will append date parameters to the end of the url. You can use the parameters to customize the view of the page. Other article related widget may also use these parameter to determine what to show, for example article post widget will automatically use these parameters and only show articles created on that day. When changing months the Article Calendar Widget will also append the corresponding parameters. The calendar can be easily styled using CSS by targeting the following classes: "article_calendar_title", "article_calendar", "article_calendar_month", "article_calendar_table".
 
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 16:28, 22 November 2012

Article Calendar Widget In Action.png

Using article calendar widget to display calendar with links to article.

The Article Calendar Widget provides a simple way to display a calendar of article posts for a given month. Only days which have articles published on that day will be clickable. Once clicked it will append date parameters to the end of the url. You can use the parameters to customize the view of the page. Other article related widget may also use these parameter to determine what to show. For example the Article Post Widget will automatically use these parameters to only show articles created on that day. When changing months the Article Calendar Widget will append any previously used parameters in order to preserve the page state. The calendar can be easily styled using CSS by targeting the following classes:

  • article_calendar_title
  • article_calendar
  • article_calendar_month
  • article_calendar_table

Properties

Article Calender Widget Property.png

Property panel for article calendar widget
Name Description
Article Type Choose which type of the article links you want the calendar have. 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.

For global widget properties see Widgets