Can I hide the Grid object?
Is the a way I could hide the grid object created by
var obj1 = new Active.Controls.Grid;
and then unmask it later?
var obj1 = new Active.Controls.Grid;
and then unmask it later?
jeff
November 29,
gridname.setStyle("display", "none");
gridname.setStyle("display", "");
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