The forum operates in read-only mode. Please head to StackOverflow for support.
How to dynamically add elements to the plugin dialog. For example I would like use loop and add 10 buttons.
two ways:
(1)before dialog init,dynamically modify dialogDefination;
(2)find the dialog footer element ,add element directly
before dialog init,dynamically modify dialogDefination
Thanks. Do you have some code example or article in Docs?
two ways:
two ways:
(1)before dialog init,dynamically modify dialogDefination;
(2)find the dialog footer element ,add element directly
before dialog init
Thanks. Do you have some code example or article in Docs?