Top selector
Hi Alex,
How can I put an image in the top selector box?
I mean in the cell that is empty.
Thanks.
How can I put an image in the top selector box?
I mean in the cell that is empty.
Thanks.
super
June 26,
var obj = new AW.UI.Grid;
obj.setSelectorVisible(true);
obj.setTopImage("favorites");
document.write(obj);
var obj = new AW.Grid.Extended;
obj.setSelectorVisible(true);
obj.setHeaderCount(2);
obj.setTopImage("favorites", 0); // top row
document.write(obj);
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