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,
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;