-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By robig
Hi
I'm currently developing a website for a photographer and the most of the editing needs I#m using FrontEndEditLightbox.
https://github.com/rolandtoth/FrontEndEditLightbox
So far so good.
Now I also want to show the PageList sliding in from the side, like when clicking on the little tree in the admin area.
How can I achieve this? I've already seen the xhr - request that is done when clicking and have implemented a javascript doing the same request and parsing that json.
But i'm wondering if that is the right way to go?
Thanks.
robig
-
By awebcreature
Hello there
I need a field with realtime percent calculation (without page save) with values from other fields in admin template. I think about jQuery with onChange methods on corresponding fields but this is not clear for me how to do this in module. Any help with some advice or example will be highly appreciated!
Thanks in advance!
-
By FrancisChung
Long but well written, detailed and informative article written by an Engineering Manager for Google Chrome about the true cost of Javascript and what you can do to alleviate some of that cost.
Must read!
https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4
-
By Sabrina
Hi,
I would like to start tracking my website visitors with Leady software. Searched the forum for similar discussion yet did not find the right answer. Could you please tell me how can I add their javascript to my website? Is there any step by step guide available?
Any help appreciated.
-
By louisstephens
So I have a fairly unusual project, and I am still trying to wrap my head around it (so excuse me if this doesnt make much sense). A user will create parent page (in the backend) with a modal (piece of cake), but then have a custom js file for each parent page. I wouldn't have an issue with creating a new file everytime, but this instance calls for it pretty much to be an automated process as the users are not tech savy.
I was thinking that I could create the template for the modal (which will be iframed elsewhere), and using an approach found here, automatically create a "js" child page that I could then somehow output to a custom js file.
I guess I have several questions regarding this since the modal is iframed in:
1. Since the init script for the modal has to be outside of the iframe (and placed elsewhere), what is the best way to render the custom script (which will be generated from options on the page in the backend.
2. Would it even be safe/secure to even attempt this since the js file would be referenced elsewhere (though still in a file on the pw install)
-