:: Forum >>

RE: checbox aw 2.0.1

:-(

Apparently this is a bug in 2.0.1. The simple workaround in case of standalone control would be replacing full refresh (which breaks further event processing) with refreshClasses -

obj.onControlValueChanged = function(){
    this.refreshClasses();
    return true;
}


I'll try to look for a better solution.
Alex (ActiveWidgets)
Wednesday, June 14, 2006

This topic is archived.


Back to support forum

Forum search