Dear All,We have developed the multi field in CQ 5.6 and it is working
fine in 5.6 , as shown below screenshot.1) In 5.6 When we click on Add
Item , it is coming fine , as shown below.Below is the dialog and the
multi field value is created by using JavaScript , as shown below.var
sunitaSiteClientLib = sunitaSiteClientLib || {};if(typeof CQ !==
'undefined'){sunitaSiteClientLib.MultiFieldPanel =
CQ.Ext.extend(CQ.Ext.Panel, {panelValue: '', onstructor:
function(config){ config = config || {};
suni...