how to force a submit-on-change on a widget
"Paul G. Joseph" <[email protected]> Wed, 10 Dec 2014 16:57:37 -0500
| Newsgroups | gmane.text.xml.cocoon.user |
|---|---|
| Message-ID | <[email protected]> |
Hi there, I have a drop down list widget with a <fd:on-value-changed> defined and with JavaScript that fires as a result. When I manually change the value in the drop down, the event triggers, and the JavaScript (call it JS1) executes without a problem. However, if I change the value in this dropdown by executing another JavaScript (say JS2)...then the event does not fire. Is there anyway for me to force this to fire the widget's on-value-changed event and its associated JS1 from JS2? thx Paul