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

Popular posts from this blog

How to set the order of FAQs instead of alphabetical

Thread: Get UK Keyboard working

how do I change the e-mail address for my merchant account