时间段未出现在完整日历组件中

时间:2018-06-12 09:15:55

标签: javascript jquery fullcalendar fullcalendar-2

我正在使用完整的日历版本v3.2.0.But在周和时间视图中,时间段没有显示在左侧列中

enter image description here

我已尝试在日历中使用代码:

    $('#calendar').fullCalendar({
            header: {

                left: 'today prev,next',
                center: 'title',
                right: 'month,agendaWeek,agendaDay'

            },
            contentHeight:'auto',       //auto
            slotDuration: '00:15:00',
            slotLabelInterval: 15,
            slotLabelFormat: 'h(:mm)a',
            defaultDate: moment().format("YYYY-MM-DD"),
            navLinks:true, // can click day/week names to navigate views
            editable: true,
            eventLimit: true, // allow "more" link when too many events
            weekends: component.get('v.weekends'),
            eventBackgroundColor: component.get('v.eventBackgroundColor'),
            eventBorderColor: component.get('v.eventBorderColor'),
            eventTextColor: component.get('v.eventTextColor'),
            events: eventArray,      

0 个答案:

没有答案
相关问题