How can I reset the original selected value of a ComboBox with Acrobat Javascript
i made combobox has number of option items , set particular default option item. if user selects different option item in combobox other default option, need have javascript code on check box if check box checked, reset combobox original default option. possible? help.
yes. can use mouseup event of check-box (of course, adjust name of drop-down in code):
if (event.target.value!="off") this.resetform(["dropdown1"]);
More discussions in JavaScript
adobe
Comments
Post a Comment