B
Bert Binnenmarsch
Guest
The following code changes the caption of a button and the contents of a html element. this.scope.buttonStart.options.content = "MyText"; this.scope.customhtml0.options.html = "MyText"; The code is working for the button but the html element doesn't update its text.
Continue reading...
Continue reading...