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:
parent
50072a0f01
commit
ce6832a731
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue