Why the documentation on creating modal dialogs is so hard to understand. The example given seem to not take a developer anywere. There is not a clear path about how to do a modal from start to finish afaik.
Making an alert is so thoroughly described https://adobexdplatform.com/plugin-docs/tutorials/how-to-show-an-alert/, but Dialogs not.
What I mean is if iām having a command say:
function myCommmand() {
// my code here
}
which code and where exactly do I put it so the dialog (prompt) will fire as soon as I invoke my main commnand?
So, please make it more clear. Thanks!