cq5 - How to create a custom multifield for touch UI in CQ(AEM6)? -


i have custom multifield in component works in classic ui(sidekick ) . when switch touch ui mode, custom multifield doesn't work. dialog doesnt show anything, no "+" button add fields had designed in custom multifield. also, dialog converter unable convert custom multifield corresponding version touch ui.

any ideas on how create custom multifield in touch ui?

the syntax of multifield in coral ui looks follows:

<mymultifield     jcr:primarytype="nt:unstructured"     sling:resourcetype="granite/ui/components/foundation/form/multifield"     fieldlabel="my multifield">     <field         jcr:primarytype="nt:unstructured"         sling:resourcetype="granite/ui/components/foundation/form/textfield"         name="./mymultifield" /> </mymultifield> 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -