Expand my Community achievements bar.

SOLVED

Regarding dialog creation

Avatar

Level 2

Hi @all
I need to make a tab in dialog which shall display information about the component to the author.
Any idea how to do it../?

1 Accepted Solution

Avatar

Correct answer by
Level 7

Its not the correct implementation of dialog, usually dialog are used to take user input and not to display dynamic data. For displaying component info we use to write logic into html of rendering component or static help text in dialog node.

If you still want to proceed, Scott has shared a really nice link that can cater you requirement, Another way is you can also create a listener on tab click and show the component info to the content author.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Its not the correct implementation of dialog, usually dialog are used to take user input and not to display dynamic data. For displaying component info we use to write logic into html of rendering component or static help text in dialog node.

If you still want to proceed, Scott has shared a really nice link that can cater you requirement, Another way is you can also create a listener on tab click and show the component info to the content author.