A simple-to-use calendar extension
Requirements ¶
Yii 1.1 or above
Usage ¶
- Place the unzipped flowing-calendar folder into your extensions folder
- Initialize the calendar widget where you like inside of a view file:
$this->widget('ext.flowing-calendar.FlowingCalendarWidget');
- You can pass the widget arguments and specify a default month and year like so:
$this->widget('ext.flowing-calendar.FlowingCalendarWidget', array("month"=>01, "year"=>1999));
- You can also add custom styling to it by writing your own css file (using the included one as a guide) and specifying your new filename with the style argument like:
$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!
Resources ¶
- Fork this project!
- Demo here
- Code base from here
great work ; have some improve space
hope these features can be accomplished in the next(or step by step )version !
Can't create any event
Can't create any event
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.