Hey, I'm making a Javascript widget, but I require the <canvas> html element. Is there any way I can implement this element in Mendix, or does this already exist? Thanks, Jur
asked
Jurian Vink
1 answers
2
You can use a template in your widget of create the DOM elements within the widget.
Open up some existing widgets to learn from them.
To “open up” a widget, unzip the .mpk file to get the actual files used.