TypeError: this.toolbars is undefined ? CQ 5.4 ?Panel & MultiField
hi,
we have upgraded cq 5.3 5.4 author. of our custom multifield xtype widgets stopped working, when drilled down js error has been noticed after click , init.
typeerror: this.toolbars undefined
http://localhost:4502/libs/cq/ui/widgets.js
line 31397
which occurring @ panel.js
onlayout : function(shallow, force){
cq.ext.panel.superclass.onlayout.apply(this, arguments);
if(this.haslayout && this.toolbars.length > 0){
cq.ext.each(this.toolbars, function(tb){
tb.dolayout(undefined, force);
});
this.syncheight();
}
},
any pointers appreciated.
hi mailtovinay,
try with
* go crx content explorer , delete folders under /var/clientlibs
* save changes
* clear browser cache
* reload page again
thanks,
sham
@adobe_sham
More discussions in Archived Spaces
adobe
Comments
Post a Comment