Expand my Community achievements bar.

send a dialog value to js - classic UI

Avatar

Level 5

Hi,

I have a requirement to send a dialog value(i.e. dropdown) to java script and get back the response from ajax , update the value in dialog.. how to achieve it..

sample :

send country value -- IN -- > get the address from file and update the same into same dialog box again.(i.e textbox)

Regards,

sathya

3 Replies

Avatar

Level 10

When you need to use Classic UI and read dialog values, you need to write a custom xtype. That is where yiu can add JS logic using values obtained from a classic UI component dialog.

Avatar

Level 4

There are events you can trigger for the dialogbox in classic ui. See this Example: [Adobe Experience Manager Help | Validating Adobe Experience Manager Classic UI dialog values ]

Similarly you can write some custom JavaScript and attache AJaX call to it.

Hope this helps