Added missing setClass method for TaskComponent widget-class

* This method is invoked from the server after composing the component

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-10-26 12:36:15 +02:00
parent 50072a0f01
commit ce6832a731

View file

@ -203,6 +203,9 @@ ganttz.TaskComponent = zk.$extends(zk.Widget, {
},
hideResourceTooltip : function(){
jq('#'+ this.uuid + ' .task-resources').hide();
},
setClass : function(cssClass){
jq(this.$n()).addClass(cssClass);
}
},{
//"Class" methods and properties