Hi all, there’s a few custom and 3rd party JS and jQuery plugins I like to use from time to time. I’m just wondering what’s the best way of integrating them into my Wappler app?
I know this could be a little tricky I’ve no idea how to go about calling my server actions from some custom JavaScript and whatever gotyas may be involved.
In my understanding, a Kanban system, or similar, is no more than a CRUD application that requires a database (Server Conect) and some front end UI (App Connect) for user interaction. Incidentally, in a previous life as an engineer I designed many a Kanban system.
Although I have simplified the application, it is no different to other database driven projects. The choice is to create an in-house product or to subscribe to one of the many cloud based systems.
It’s just one example in a broad question.
In the Kanban example, I’d most likely pull in something like http://www.riccardotartaglia.it/jkanban/ but I’d still need to communicate with the backend (JSON).
Fundamentally my question would be, how do I call a Server Connect action from my own JS?
And how can I utilise Wappler’s existing client-side Bootstrap components from my own JS (eg. Can I open a modal programmatically as usual)?
Sorry, I don’t think you follow. I’ve no issue installing third party dependencies @ben and I’m very comfortable with npm etc. Please see my previous post (questions at the bottom).
And in the callback you can see the dmx.parse call which gives you the ability to execute server connect, open modals, etc. The example loads a server connect, and opening a modal would be modalName.show()