Try Below Code, it should work:function(list,component,index) { if(this.fieldConfig.limit!=0) { if((list.items.getCount()-1) > this.fieldConfig.limit) { CQ.Ext.Msg.show( { title : 'Limit reached', msg : 'You are only allowed to add ' + this.fieldConfig.limit + ' links', buttons : CQ.Ext.Msg.OK, icon...