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

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -