Tabler: Full Calendar

Created on 1 Sep 2018  路  4Comments  路  Source: tabler/tabler

I was just checking the code and saw there the full Calendar plugin is available in dev version, but couldn't find any example use. Can you please suggest?

question

Most helpful comment

I would love a full page calendar and calendar widget

All 4 comments

I would love a full page calendar and calendar widget

Sign!

Just for the record. You can use something like this in the head.html

require(['fullcalendar', 'jquery'], function (fullcalendar, $) {
    $(document).ready(function() {
        $("#calendar").fullCalendar();
    });
});
Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaydeepakbari picture jaydeepakbari  路  4Comments

krsyoung picture krsyoung  路  4Comments

marcowira picture marcowira  路  4Comments

beeman picture beeman  路  5Comments

domenrogina picture domenrogina  路  5Comments