drewying
21 Dec 2010, 1:19 PM
Hey guys, new to Sencha Touch and loving it!
Is there an easy way to load an html page as a panel? ie
var panel = new Ext.Panel({
fullscreen; true,
html: mypage.html})
and then have the panel load the html code from mypage.html
This would make the iPhone conversion of my current site I'm portablizing a million times easier. (It's a giant database of single entry html files.)
Thanks!
-Drew
Is there an easy way to load an html page as a panel? ie
var panel = new Ext.Panel({
fullscreen; true,
html: mypage.html})
and then have the panel load the html code from mypage.html
This would make the iPhone conversion of my current site I'm portablizing a million times easier. (It's a giant database of single entry html files.)
Thanks!
-Drew