Selected value from a Drop-Down list
i having hard time figuring out how selcted value drop down list in change event. trying set number of rows number selected in drop-down list.
i have tried:
form1.#subform[0].dropdownlist1::change - (javascript, client)
table1.row1.instancemanager.setinstances(dropdownlist1.rawvalue);
can see doing wrong.
hi,
if want capture selected value in change event of dropdown list, in change event can put script
var = xfa.event.newtext. in exit event can use rawvalue, during change event have use xfa.event.newtext .
thanks,
bibhu.
More discussions in LiveCycle Forms
adobe
Comments
Post a Comment