Hi,
I have a requirement where i need to show 3 default entries in the multifield with 3 different values.
I have used the field.addItem(); field.doLayout(); to get the default entries using listeners. However, iam not getting how to add content to these 3 default entries.
Can someone please help me.
Thanks,
Maheswari
Solved! Go to Solution.
Views
Replies
Total Likes
You need to write a custom listener and based on multifield item count set the different values to the specific field with in multifield.
AG
I think, you should you cq:template to create item0, item1 and item3 nodes with default values so that as soon as multifield component added three fields created automatically with three different values.
Thanks for your response. However, I want this to be done in classic UI. Can you please tell how to achieve in classic ui
Views
Replies
Total Likes
Views
Replies
Total Likes
You need to write a custom listener and based on multifield item count set the different values to the specific field with in multifield.
AG