michall
24 Jan 2012, 11:09 PM
Hello,
is there any way to get parent object to call some method on it (other than callParent calls) ? Some example:
set: function() {
// this.callParent( arguments );
},
setStartDate: function() {
// by callParent I can call only setStartDate parent, how to call parent get
// eg: this.getParent().set() ?
}
is there any way to get parent object to call some method on it (other than callParent calls) ? Some example:
set: function() {
// this.callParent( arguments );
},
setStartDate: function() {
// by callParent I can call only setStartDate parent, how to call parent get
// eg: this.getParent().set() ?
}