Hi nandhin Option 1 Please refer to the link mentioned below. In this
article we have a component, where there is a dropdown “Cool Weapon”.
This Drop down is getting populated as mentioned in Java Script.Here we
are creating custom component that is defined by Custom xtype by
JavaScript.//Code Referencethis.devWeapon = new CQ.Ext.form.ComboBox({
triggerAction : 'all', lazyRender : true, mode : 'local', width : 225,
fieldLabel : 'Cool Weapon', fieldDescription : 'Select the weapon in
which you ca...