vaseev
Feb 11, 2008, 12:52 PM
I am writing junit code to adobe life cycle form and code needed me to added a JS code to activate the drop down liste.
so I have added code as listed below.
formTester.setFieldValue(this._ddl63d, "Yes");
formTester.executeJavaScript("xfa.form.form1.sfPart3.ddl63d.execEvent(\"change\")");
but the even not activationg the code.
so I have added code as listed below.
formTester.setFieldValue(this._ddl63d, "Yes");
formTester.executeJavaScript("xfa.form.form1.sfPart3.ddl63d.execEvent(\"change\")");
but the even not activationg the code.