I have a dialog content which as a lot of data to author, where the author needs to scroll a lot inside a dialog itself. i want to avoid the scrolling and to provide a collapse and expansion options at field level. Can any one guide me how i can achieve a Dialog widget level (multi composite field group) can be a collapse and expand at dialog level.?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
As mentioned by Deepika,
Please have a look at DialogFieldSet xtype. Link:- https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.DialogFieldSet
collapseFirst : Boolean
collapsed : Boolean
collapsedCls : String
collapsible : Boolean
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi
using dialogfieldset xtype we can group fields and have collapse /expand options for the group.
check out this link to explore more on widgets -https://docs.adobe.com/docs/en/aem/6-1/develop/components/xtypes.html
Note: this is for classic view dialogs.
Thanks,
Deepikaa
Views
Replies
Total Likes
Hi
As mentioned by Deepika,
Please have a look at DialogFieldSet xtype. Link:- https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.DialogFieldSet
collapseFirst : Boolean
collapsed : Boolean
collapsedCls : String
collapsible : Boolean
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Views
Likes
Replies