reference isn't particularly helpful
I found the following code in an example somewhere...
var obj = new Active.Controls.Grid;
...
obj.getColumnTemplate(0).setStyle("color", myColor);
where myColor returns either black or red.
So, my question is, while viewing the online reference, how the heck can I divine what other attributes can be set? What are the other methods I can invoke on a column template (or a row template)? The referenc doesn't help me!
var obj = new Active.Controls.Grid;
...
obj.getColumnTemplate(0).setStyle("color", myColor);
where myColor returns either black or red.
So, my question is, while viewing the online reference, how the heck can I divine what other attributes can be set? What are the other methods I can invoke on a column template (or a row template)? The referenc doesn't help me!
maladon
February 28,