|
|
||
|
I see you can set the .innerHTML (is this a member of elm?) on an elm, can you reference a template file instead of assigning a string to the .innerHTML? |
||
|
|
|
|
||
|
innerHTML is standard DOM. If you are looking to load a page into an elm, use an IFrame. |
||
|
|
|
|
||
|
my apologies...my shortage of dom experience makes all this tougher... |
||
|
|
|
|
||
var myIframe = domapi.Elm({type:"IFRAME"});
;) Henry |
||
|
|
|
|
||
|
oop..I was just going to 'revise' my last post asking if just as simple as setting the type property...thx for confirming |
||
|
|
|
|
||
|
just to finish off this thread for others.... |
||
|
|
