A simple-to-use calendar extension
Yii 1.1 or above
$this->widget('ext.flowing-calendar.FlowingCalendarWidget');
$this->widget('ext.flowing-calendar.FlowingCalendarWidget', array("month"=>01, "year"=>1999));
$this->widget('ext.flowing-calendar.FlowingCalendarWidget', array("month"=>01, "year"=>1999, "style"=>"newCss"));
By using multiple CSS files and specifying the style in the widget parameters, you can have multiple calendars each styled differently, all residing on the same page!
Total 1 comment
hope these features can be accomplished in the next(or step by step )version !
Leave a comment
Please login to leave your comment.