AEM 6.1 : Dynamically updating Classic UI Dialog Select Fields
Hello,
We are trying to dynamically inject the options of a select field on classic ui dialog.
The options would be provided by a servlet and injected via an extjs plugin.
In touch ui we found this solution : Adobe Experience Manager Help | Dynamically updating Adobe Experience Manager TouchUI Dialog Select Fields
It's works because there is the magic event : "dialog-ready"
Is there a similar event on classic ui ?
Thank you !