Our pure JavaScript Scheduler component


Post by alexsbf »

Hi.

I have also tested this on your demo and the "showOnClick" option doesn't work. The tooltip alwasy shows on hover.

	eventTooltipFeature={{
	    showOnClick: true,
	    showOnHover: false,
	    hideOnDelegateChange : true,
	    ...
	}}

Is there an obvious reason for this or is there a work around?

Thanks


Post by saki »

The obvious reason could be that if you's shown tooltips on click then you wouldn't be able to select events because the default behavior is to select on click.

Could you elaborate on why you want them on-click? Maybe there's another solution for your desired behavior.


Post by alexsbf »

Hi.

I suppose in the end I was looking for a pop up. So I changed my code accordingly.

Thanks


Post Reply