Is there any way I could call a layout through Javascript?
First off, I am aware of the Call Javascript plugin. I currently use Pode's HTML pack (the div one) and import CSS plugins to have an HTML calendar render on my layout within Construct. What I wanted to achieve was, on clicking a day of the calendar, the action would take you to a layout. How do I achieve this?
I know I will probably have to use the Call JS plugin (or do the Javascript right into the HTML), and all I want to do is attach each calendar cell to a function that calls a layout on click. Again, I can't do this with events since the calendar is in HTML, or can I?
Thank you in advance.