1. isc_version=v9.1p_2014-07-13
2. IE8 and Chrome
3 problerm: I set the height of the lane ,but when I drag, the selector height still be default 60, see the attach pic.
the code:
2. IE8 and Chrome
3 problerm: I set the height of the lane ,but when I drag, the selector height still be default 60, see the attach pic.
the code:
Code:
var developers = [ {
name : "charlesMadigen",
title : "Charles Madigen",
height : 40
}, {
name : "tamaraKane",
title : "Tamara Kane",
height : 40
}, {
name : "darcyFeeney",
title : "Darcy Feeney",
height : 40
}, {
name : "kaiKong",
title : "Kai Kong",
height : 40
}, {
name : "shellyFewel",
title : "Shelly Fewel",
height : 40
}, {
name : "garretMonroe",
title : "Garret Monroe",
height : 40
} ];
var _calStart = new Date(2012, 6, 5);
_calStart.setHours(8);
_calStart.setMinutes(0);
isc.Timeline.create({
ID : "timeline",
height : 600,
lanes : developers,
headerLevels : [ {
unit : "minute",
headerWidth : 40
} ],
canResizeTimelineEvents : false,
canEditLane : true,
showEventDescriptions : false,
labelColumnWidth : 100,
timelineGranularity : "minute",
columnsPerPage : 1440,
timelineUnitsPerColumn : 30,
defaultTimelineColumnSpan : 600
});
timeline.setTimelineRange(_calStart);