Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Adobe Designer dialog Javascript

Avatar

Former Community Member
I've created an Adobe dialog and I'm trying to set the value of a static_text field in the dialog using dialog.load. Problem is that my string has a space in it and the text get truncated at the 1st space.



eg.

var classStr="THIS CLASSIFICATION";

dialog.load({ "sub4" : classStr });



The result is that the sub4 text field is set to THIS. How do I quote the string?
0 Replies