FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
03-23-2022 02:27 PM - edited 09-14-2022 11:51 AM
I want to display some 2D geometry in my WebIQ program. How can I use the standard HTML5 object canvas? Is there any example program or documentation?
Solved! Go to Solution.
03-29-2022 10:57 AM
In our customer area we provide a tutorial on how to create a custom widget.
Implementing anything specific with HTML, CSS and JavaScript is what needs to be done then and just wrapped inside the WebIQ "shell" to create a custom widget out of it.
04-01-2022 09:39 AM
09-14-2022 11:49 AM - edited 09-14-2022 11:54 AM
WebIQ is an very open framework, where you can:
Therefore there is a 2nd possibility (beside creating a package as mentioned above) to add any HTML5 element, which are not available in the visual package of WebIQ. The attached example uses the canvas element to demonstrate how to insert an HTML5 element into WebIQ using JS.
Local script: "canvas" is a very basic example that demonstrates: