Set text to the corner of the grid
Hello, how can I put text in the corner of the grid?
Raimon
December 26,
//text of top left corner
obj.getLayoutTemplate().setContent("corner/box/item", "Click Me");
//EVENT of top left corner
var Mycorner = obj.getLayoutTemplate().getContent("corner");
Mycorner.setEvent("onmousedown", mousedownFunction);
function mousedownFunction(e) {alert('Corner Clicked'); }
obj.setTopText("Click Me");
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021