Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
In my widget which requires custom Javascript. I dont want to use TL_JAVASCRIPT because I want to load the script at the bottom of the page
Sorry to offend you but I wrote this issue to fix the bug (when it is a bug), that TL_BODY is not working. I am aware that I can use...
Its a normal backend widget. In its constructor (or in the generate method - i tried both) I wrote the code. Nothing happened. ``` php class FormAdresspickerField extends FormTextField {...
No I didnt check it. I was quite sure, that this will work (since mootools is deeply anchored in contao) - looks like I was wrong. So this turns out...
This "stuff" would be only added when it's in the array. And it's only in the array if the user put in there. Since it wasn't supported till now I...
When he put it there for frontend only then there would be no problem anyway
Thats what I tried to point out. In most cases the added code just would not work - which is no "bad" side effect itself. In some cases it will...
Let's see if I can find the time to do so
I saw that in some plugins you use `data.promise` to do something. But using this doesnt yield correct results. The data flow is not stopped as long as the promise...
Not really. I ended up writing my own libraray which I find easier to use for this sort of stuff: https://github.com/Fuzzyma/yata