Since I can not add attachments? I will describe the issue.
I am getting a javascript error when attempting to select a CSS Class from the table wizard dialog. Debugging the javascript error leads to the ScriptResource.axd file with the error in bold below
if(null!=elem.style.cssText){
elem.style.cssText = _300;
}
elem.setAttribute("style",_300);
elem.innerHTML=_302;
elem.style.visibility="visible";
I am getting a javascript error when attempting to select a CSS Class from the table wizard dialog. Debugging the javascript error leads to the ScriptResource.axd file with the error in bold below
if(null!=elem.style.cssText){
elem.style.cssText = _300;
}
elem.setAttribute("style",_300);
elem.innerHTML=_302;
elem.style.visibility="visible";