|
From: Richard :o <ma...@ri...> - 2001-01-15 10:27:37
|
Hi,
Christopher Go submitted two examples about this, they use loadpanel to =
get the content.
Just a few restrictions:
*You can only load content from your own server.
*Any links in the document will re-load your whole browser.
*Any script in the document will either be lost (if they're in the =
head), or will refer to the parentdoc.
*If you want to load text files, like in the examples, you have to add =
"<pre>blah blah content</pre>"=20
in the textdocument itself to stop them wrapping, and to keep =
linebreaks.
So it's great for displaying content, but not any use as a popup.
Example:
http://www.resass.f2s.com/?menu=3Dexamples&node=3D9
called combine_Loadpanel_Pushpanel.htm,
and combine_Loadpanel_Scrollpane.htm
Cheers,
Richard :o
ma...@ri...
www.richardinfo.com
(Everything running on, and ported to the 19/12/2000 snapshot of =
DynAPI2)
----- Original Message -----=20
From: Nathan Winder=20
To: dyn...@li...=20
Sent: Monday, January 15, 2001 7:05 AM
Subject: [Dynapi-Widgetdev] DynLayer Question
Thank you for your time,
I am building a DynWindow widget, I plan to send it to you on =
complesion, but I have run into a few problems.
1. I would like to load an *.html file, or its contents, into a =
DynLayer. The only method I have found for entering html is =
DynLayer.setHTML().
2. I am trying to allow text wrap in my window. I was going to use a =
table, but images enlarge the table. If I use another DynLayer, the =
contents just gets clipped.
Again thank you,
Nathan
|