Adding jquery.fullcalendar to plone 4
Project description
Introduction
zettwerk.fullcalendar integrates the jQuery FullCalendar into Plone 4.
Also check out zettwerk.ui for on-the-fly theming of the calendar and you plone site.
Use-Cases
Basically this addon gives you a new view for Topics (and Folders) to display all event-like contenttypes with the jQuery Fullcalendar. Results from the Topic criteria which are not event-like CT´s will be ignored.
If you have developed you own event type it will be displayed as long as it implements the right interface or is based on ATEvent.
An Event will be ‘all-day’ if the starttime hour and minutes were left empty when the event was created. All displayed events link to the corresponding object.
Installation
Add zettwerk.fullcalendar to your buildout eggs. After running buildout and starting the instance, you can install Zettwerk Fullcalendar via portal_quickinstaller to your plone instance. zettwerk.fullcalendar requires Plone 4.
Usage
Add a Topic anywhere on your site and set the criterias to your needs. All event-like results can now be displayed with the jQuery Fullcalendar by selecting the Calendar view in the Topic´s display menu. For Folders, just do the same: select the Calendar view and you are done. All event-like content objects will be shown.
Note
zettwerk.fullcalendar is out of the box ready to use zettwerk.ui to apply jquery.ui’s css to the calendar view. There is only one problem with the ordering of the registered css in plone’s portal_css (registry): if you installed zettwerk.ui after zettwerk.fullcalendar make sure to move the resource with id “++resource++jquery.fullcalendar/fullcalendar.css” to the bottom of all registered css files. You can do this by switching to the ZMI of you plone instance - click portal_css - search the id given above und use the arrows to move it down. At the end click “save”.
Changelog
0.2.0 (2011-05-17)
replaced $ with jq to make ie work for authenticated users
added another view with overlay preview (reinstall via quickinstaller required)
updated fullcalendar to 1.5.1
0.1.2 (2010-12-15)
avoid javascript errors on the other views [jkubaile]
added some svn:ignores [jensens]
updated fullcalendar to official 1.4.9 [jensens]
make div id to bind on more unique and remove superfluos try in js [jensens]
0.1.1 (2010-11-02)
Better startup handling to avoid empty calendar view if js errors occure
Added fullcalender_view as possible view for folders
0.1.0 (2010-10-02)
Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for zettwerk.fullcalendar-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03061d6e858216f659516182959e59c5710bfb0cdce88796b669d8896f46fb2d |
|
MD5 | f42ff1c0b0688875c7f8c34471de262e |
|
BLAKE2b-256 | cd7da1c7383e4ccd3047c8523a26bd8c2f72370000ba91ec0a6856aa3f3b7620 |