Js/web Schedule Management Plugin __JS

Source: Internet
Author: User
Fullcalendar is a jquery schedule management control that provides a rich set of property settings and method calls, the Http://fullcalendar.io/download download address, and the latest version is 2.3.2.
Just call $ (' #calendar '). Fullcalendar (options) to initialize, the events, Eventsources, select, and Eventclick in the initialization configuration must be set.
Events and eventsources are data source configuration items that store array objects, can be arrays/functions/urls, click Details. Such as
[JavaScript]View Plain copy $ (' #calendar '). Fullcalendar ({events: {URL: ' http://< data source path > ', type: ' pos T '}});
Eventsources is similar to events, but eventsources for multiple data sources, the events array, click Details. Such as
[JavaScript]View Plain copy $ (' #calendar '). Fullcalendar ({eventsources: ['/feed1.php ', '/feed2.php ') ]   });
Select is a time period selection event that is triggered when a time period is selected to create a new schedule and click Details.

Eventclick is the schedule click event, when a schedule is clicked to trigger, the user views or updates the schedule, click Details.

[HTML]  View Plain  copy <! doctype html public  "-//w3c//dtd html 4.01 transitional//en"   "http:// Www.w3.org/TR/html4/loose.dtd ">  

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.