Page 1 of 1

Simple Javascript assignment

Posted: Sun Sep 15, 2013 4:56 pm
by osiris1@yahoo.com

simple but illusive question: i have a label on a page called ClockFace and I want to update that within javascript. I must be missing something very simple.

ClockFace.text="hello"; does not work. Please help


Simple Javascript assignment

Posted: Sun Sep 15, 2013 5:14 pm
by Maryna Brodina

Hello! These links should help
1) http://docs.appery.io/javascript-api/
2) https://getsatisfaction.com/apperyio/...

Use code
codeAppery('ClockFace').text('hello');/code