Discuss anything related to web development but no technical support questions


Post by xjpmauricio »

Hi, is there a way to add a start and end arrows (and a bottom line) to an event like we have on the GanttScheduler?
This is what i'm using but in only gives me one arrow:
.sch-event-milestone-bottom
{
	background:none !important;
	overflow:visible !important;
	border: 0 none;
	width:auto !important;
}
.sch-event-milestone-bottom .sch-event-inner
{
	position:relative;
	left:-13px;
	padding-top:11px;
	overflow:visible !important;
    background:url(images/up.png) no-repeat left top;
}
This is what id'like to have:
Capture.JPG
Capture.JPG (17.45 KiB) Viewed 2939 times
Any ideias?

Post by mats »

GanttScheduler... What is that? :) You want arrows on a _regular_ SchedulerPanel? This is not supported, but could of course be implemented. If you have the source for the Gantt it's just a matter of tweaking...

Post Reply