Page 1 of 1
pageflip jquery
Posted: Thu Oct 04, 2018 9:42 pm
by Chameleon
Hi Is it possible to add my own jquery into the program? I have a jquery called page flip that would like to use and poss insert it into the ready to use list that is available in wysiwyg so that it is available for other projects?
thanks,
Re: pageflip jquery
Posted: Thu Oct 04, 2018 10:39 pm
by BaconFries
Hi Is it possible to add my own jquery into the program?
Yes you can use the following:
HTML Object along withe the File Publisher for any external files.
insert it into the ready to use list that is available in wysiwyg so that it is available for other projects?
No but you can make your own extension for this.;
Extension Builder
Example Projects
Example Projects
Re: pageflip jquery
Posted: Fri Oct 05, 2018 7:37 am
by WWBman
You could try to create your own Ready-To-Use JavaScript with the free extra JScriptEdit:
http://www.wysiwygwebbuilder.com/free_extras.html
@BaconFries, I don't know much about JQuery, is it not possible to use JQuery in JScriptEdit?
Re: pageflip jquery
Posted: Fri Oct 05, 2018 8:55 am
by BaconFries
I can't say for sure. I do know that the op script usea css and a version of jQuery along with its own jQuery to run it which are all external files. I suppose you could open the files and insert between opening and closing <script> rags and use in the appropriate section of the editor I also cant remember if the edior supports css or just javascript alone. I can't test this as I am in Hospital and didn't bring laptop. There could also be conflicts with other jQuery objects used by the op. Maybe you can try this and post results.
Re: pageflip jquery
Posted: Fri Oct 05, 2018 9:44 am
by WWBman
Thanks BaconFries.