I'm trying to prototype a change to my company's web application to replace the current frames with enyo controls so that we can easily transition it for use on tablets, mainly iPads. I've been playing with the panels control, ajax and webservices to try and load the pages and have been unsuccessful in getting the current html pages to load as content. I've been looking for a simple example of a control being used as a web widget; does anyone have one handy?
0 ·
Comments
(This is as basic as it could be).
this.inherited(arguments);
? Try changingcreate
withrendered
.Here's my code: CHROME
FIREFOX
As you can see from the second image (Firefox), a big white container/frame appears on the screen. I've also noticed right aligned images/text in toolbars don't render as I'd expect either.
Apologies if my code is poor here - still learning! Any help would be so appreciated.
Frank.
{name: "browse", kind: "newness.iframe", url: "lib/littlefirecode/MainLayout.html"}
to
{name: "browse", kind: "newness.iframe", classes: "enyo-fit", url: "lib/littlefirecode/MainLayout.html"}
Thanks,
Frank.