- اصلی
- میز کاربری
- طرح بندی صفحه
- طرح ها
- رنگ سیستم
- شروع کننده کیت
- کاتالوگ 1.5
- ورژن راستچین
- فرم ها
- اجزای فرم
- فرم های JSON
- مرحله ای
- ویرایشگر
- انتخاب کننده
- طرح بندی فرم ها
- ضاهر
- اجزا
- شکل محتوا
- اجزا اضافی
- انیمشن
- آیکون ها
- طرح
- Sidebars
- منو عمودی
- منو افقی
- منو ها
- منو کر کره ای
- Data visualization
- کتابخانه Echarts
- کتابخانه D3
- کتابخانه Dimple
- کتابخانه C3
- تجسم گوگل
- یکپارچه سازی نقشه ها
- افزونه ها
- افزونه ها
- جی کوئری UI
- آپلود کننده فایل
- تقویم
- بین المللی کردن
- Tables
- جداول
- جدول داده
- جدول داده extensions
- دیگر جداول
- جداول رسپانسیو
- صفحات کیت
- صفحات عمومی
- صفحات خدماتی
- صفحات کاربر
- صفحات برنامه ای
FullCalendar is a jQuery plugin that provides a full-sized, drag & drop event calendar like the one below. It uses AJAX to fetch events on-the-fly and is easily configured to use your own feed format. It is visually customizable with a rich API. Example below demonstrates a default view of the calendar with a basic setup: draggable and editable events, and starting date.
FullCalendar has a number of different "views", or ways of displaying days and events. The following 5 views are all built in to FullCalendar: month
, basicWeek
, basicDay
, agendaWeek
, agendaDay
. You can define header buttons to allow the user to switch between them. Also you can set the initial view of the calendar with the defaultView option. The following example demonstrates agenda
views.