MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

mxCalendar

Version 3 by charles s
on Apr 13, 2012 14:40.

compared with
Version 4 by charles s
on May 25, 2012 10:28.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
| {color:#5c5c5c}displayType{color} | {color:#5c5c5c}string{color} | {color:#5c5c5c}calendar{color} | {color:#5c5c5c}default{color} | {color:#5c5c5c}Set the default display mode when not passed in snippet call or query string{color} |
| {color:#5c5c5c}elStartDate{color} | {color:#5c5c5c}date{color} | {color:#5c5c5c}now{color} | {color:#5c5c5c}list{color} | {color:#5c5c5c}Uses PHP strtotime to set as the minimum date start listing{color} |
| {color:#5c5c5c}elEndDate{color} | {color:#5c5c5c}date{color} | {color:#5c5c5c}\+1 year{color} {color:#5c5c5c}\+4 weeks{color} | {color:#5c5c5c}list{color} | {color:#5c5c5c}Set the last date you want as the filter for returning dates in the future; uses PHP strtotime function{color} |
| {color:#5c5c5c}tplListItem{color} | {color:#5c5c5c}String (chunk){color} | {color:#5c5c5c}el.itemclean{color} | {color:#5c5c5c}list{color} | {color:#5c5c5c}The chunk you want to use for each individual event item returned in the list{color} |
| {color:#5c5c5c}tplListHeading{color} | {color:#5c5c5c}String (chunk){color} | {color:#5c5c5c}el.listheading{color} | {color:#5c5c5c}list{color} | {color:#5c5c5c}The chunk you want to use for month heading sperator in list view; to display the monthly heading make it empty{color} |