A little difference in the modal.js - Joomla! Forum - community, help and support
hello gang
with joomla 1.5 had option in modal popup close or not popup when click on overlay.
in joomla 1.5.x
and in joomla 2.5.x have this
the difference it's 2 lines of code , lost big feature modal popup
i don't understand why remove feature , how same result.
i don't want close modal popup when click outside of when click on close button.
it possible add 2 lines in future release or @ least offer alternative or solution that.
thanks all
bill
with joomla 1.5 had option in modal popup close or not popup when click on overlay.
in joomla 1.5.x
code: select all
if (this.options.closewithoverlay) this.overlay[task]('click', this.listeners.close);and in joomla 2.5.x have this
code: select all
this.overlay[fn]('click', this.bound.close);the difference it's 2 lines of code , lost big feature modal popup
i don't understand why remove feature , how same result.
i don't want close modal popup when click outside of when click on close button.
it possible add 2 lines in future release or @ least offer alternative or solution that.
thanks all
bill
Comments
Post a Comment