MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: How to prevent autoclose

You can prevent clicking on the image from causing the expander to close by adding this to your Highslide JS setup:

Code: Select all

hs.Expander.prototype.onImageClick = function() {
	return false;
}
pchantelou
Posts: 10
Joined: Fri Mar 02, 2018 11:08 am

Re: How to prevent autoclose

I have found the solution this W.E.
Your first answers helped and saved me!
Best regards,
Philippe

Return to “Highslide JS Usage”