proper use of getClass
I have set the following:
obj.getCellTemplate(0,0)setClass("cell","0");
where I have .aw-cell-0 entry in css.
if I want to get the class name later, I am having trouble. I have tried different names including:
obj.getCellTemplate(0,0).getClass("cell0");
obj.getCellTemplate(0,0).getClass("awcell0");
All come back undefined. What name should I use???
obj.getCellTemplate(0,0)setClass("cell","0");
where I have .aw-cell-0 entry in css.
if I want to get the class name later, I am having trouble. I have tried different names including:
obj.getCellTemplate(0,0).getClass("cell0");
obj.getCellTemplate(0,0).getClass("awcell0");
All come back undefined. What name should I use???
Joel
January 4,