In some scenarios the dialogs of complex components have multiple
listener nodes listening on various events. At times, the JS code in the
listeners gets pretty complex and since this code is embedded in the
listener node, it is very difficult to debug and troubleshoot issues.Is
there any way of writing the JS code for the listener in an external JS
file and then including this file in the event changed property of
listener node?