HI,I am trying to create a new xtype that contains a html5smartimage. I have used following code in new xtype clientlib inside initComponent method. this.slide = new CQ.html5.form.SmartImage({ title:"Image", ddGroups: ["media"], ddAccept: ["image/.*"], ...