Canvas html element

0
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
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.

answered