[loadPageOnClose] not working with floatbox 8.x

Page: 1

Author Post
Member
Registered: Feb 2019
Posts: 4
[loadPageOnClose] method not working with floatbox 8.x. I tried with floatbox 8.2.2 and floatbox 8.2.5.

fb.loadPageOnClose = url;
fb.end(true);


It used to work with floatbox4.12. Do you have any suggestion on anything that I could try out to make it work?
Administrator
Registered: Aug 2008
Posts: 3382
The ability to assign loadPageOnClose directly to the fb object disappeared quite some time ago.

In current versions this behaviour is initiated either by setting loadPageOnClose in the options, or by passing the request as an argument to the fb.end() function.

Please see:
https://floatboxjs.com/options#loadPageOnClose
and
https://floatboxjs.com/instructions#auto

Page: 1