hi,
my app uses select lists to formulate contracts as such i need to reset the selections before i make a new contract
Q: is there a way i could have a button in the app that closes the app(therefore getting the start conditions) not just minimises it like the square button on the ipad does?
i have a reset button with the javascript on click as:
$(‘select[name*=”list”] :selected’).removeAttr(‘selected’)
this removes the attributes for numerical calculations and triggers but leaves the lists still visually selected.(note: select lists include multiple select and single select.)
if the button could reset the tick as well as the atribute this would be ok aswell.
thank you.