Is there anyway to have an inline layer as the object of a label for the
viewport? So instead of doing this:
label1 = new Label('content of information goes here');
you'd have your block of text pre-defined by the inline layer.. and simply
make it the object of the label.. is this making sense?
Ok, here's the idea (I've tried it an it doesn't work :-( )
/// DynAPI include stuff
var a = DynAPI.document.all['layername'];
label1 = new Label(a)
//End the rest of the code..
<div id="layername" style="include style parameters..">
blah blah blah blah blah
</div>
See what I mean? I hope I made this clear enough.. any help would be highly
appreciated...
Vincet Calendo
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help