Toggle element settings through javascript
Posted: Mon Sep 16, 2013 7:40 pm
Hello,
How do you set the toggle element programatically in javascript? This doesn't work below but is just an idea
Appery("OnOff1").toggle("true");
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
How do you set the toggle element programatically in javascript? This doesn't work below but is just an idea
Appery("OnOff1").toggle("true");
Hello! Try codeAppery("mobiletoggleName").val("off").refresh();/code
or
codeAppery("mobiletoggleName").val("on").refresh();/code
Thanks, but when perform this task programatically, the toggle does not reflect the visual change.
Appery("OnOff1").val("off").refresh;