Page 2 of 2

Re: How to prevent autoclose

Posted: Sun Mar 04, 2018 1:39 pm
by MisterNeutron
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;
}

Re: How to prevent autoclose

Posted: Mon Mar 05, 2018 8:24 am
by pchantelou
I have found the solution this W.E.
Your first answers helped and saved me!
Best regards,
Philippe