Page 1 of 1

Using HTML template file with servoy bean element

PostPosted: Wed Aug 31, 2016 10:16 am
by 10joan90
Hello,

just asked myself if there is a possibility in servoy mobile filling the servoy mobile bean with data out of a imported HTML file directly.
Currently I store all the HTML data in a variable and pass it to the servoy bean like that:

elements.beanTest.innerHTML=beanContent //beanContent contains the HTML data

Instead of this solution I want to file the bean with data of an imported HTML-file directly.

I really appreciate any kind of advice.

Greetings