Theme-Logo
  • 5
    • Notifications
    • Generic placeholder image
      Pieter Jansen

      Lorem ipsum dolor sit amet, consectetuer elit.

      30 minutes ago
    • Generic placeholder image
      Joseph William

      Lorem ipsum dolor sit amet, consectetuer elit.

      30 minutes ago
    • Generic placeholder image
      Sara Soudein

      Lorem ipsum dolor sit amet, consectetuer elit.

      30 minutes ago
  • 3
  • User-Profile-Image Pieter Jansen
    • Settings
    • Profile
    • My Messages
    • Lock Screen
    • Logout
Generic placeholder image
Josephin Doe
Generic placeholder image
Lary Doe
Generic placeholder image
Alice
Generic placeholder image
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Josephin Doe
Generic placeholder image

I'm just looking around. Will you tell me something about yourself?

8:20 a.m.

Ohh! very nice

8:22 a.m.

Generic placeholder image

can you come with me?

8:20 a.m.

Dashboards
  • IC Standard Dashboard
  • IC CRM Dashboard
  • IC Analytics Dashboard
  • Layouts and Widgets
  • Page layouts
    • Compact
    • Horizontal
      • Small icon
      • Big Icon
  • Widget 100+
    • Statistic
    • Data
    • Chart Widget
Chart And Maps
  • Charts
    • Google Chart
    • ChartJs
    • List Chart
    • Float Chart
    • Knob chart
    • Morris Chart
    • Nvd3 Chart
    • Peity Chart
    • Radial Chart
    • Rickshaw Chart
    • Sparkline Chart
    • C3 Chart
  • Maps
    • Google Maps
    • Vector Maps
    • Google Map Search API
Pages
  • Authentication
    • Login
    • Registration
    • Forgot Password
    • Lock Screen
  • Maintenance
    • Error
    • coming Soon
    • Offline UI
  • Email
    • Compose Email
    • Inbox
    • Read Mail
Extension
  • Event Calendar
    • Full Calendar
    • CLNDER NEW
  • IC Image Cropper
  • File Upload
CLNDR
lorem ipsum dolor sit amet, consectetur adipisicing elit
  • Event Calendar
  • CLNDR
Default Calendar
This is the most basic eample with html template and events to be shown on the calendar.

Example markup:

                                        
                                          <div id="clndr-default"></div>
                                        
                                      

JS code example:

                                        
                                          $('#calendar').clndr({
                                          template: $('#clndr-default').html(),
                                          events: [
                                          {
                                          date: '2017-04-10', title: 'Robot war', location: 'Center of Science' }
                                          ]
                                        });
                                      
                                    
Options in CLNDR
Available options in CLNDR plugins and their exaples
Adjacent Month and Day
These two options are used to show show and change months showAdjacentMonths and adjacentDaysChangeMonth. Edges of other months should be visible and clicking them should switch the month.
Multiday Event
This example demonstrates multi-day events (12th - 17th, 24th - 27th).
Constraints
This example demonstrates start and end constraints. (the 4th of this month to the 24th of this month).
Six Rows Calendar
The forceSixRows option, which should make a six-row calendar regardless of the length of each month.
Selected Date
It Should highlight the last date you clicked on.