that creates an actuall DHTML layer object (in Netscape) this object is
later "attached" to the DynLayer object.

remember that the DOM is completely (or should be) accessable by javascript,
and therefor a layer can be created using a javascript Layer object.

the rest of the properties are all set using the DynLayer methods.. look at
DynLayer.prototype.AssignElement() to see the assigning of the lyr object
variable to the DynLayer.

cya,

Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Theo Bebekis
> Verzonden: donderdag 4 januari 2001 22:01
> Aan: [EMAIL PROTECTED]
> Onderwerp: [Dynapi-Help] where this Layer is defined?
>
>
> Hi all
>
> please forgive my ignorance but what this line of the
> DynLayer.prototype.createElement() is for ?
>     lyr=new Layer(w,parent.elm)
>
> It's obvious, it creates a new Layer but
> where this Layer is defined.?
> I've look for it in all DynAPI source.
>
> Regards
> Theo
>
> -----------------------------------
> Theo Bebekis
> Thessaloniki, Greece
> [EMAIL PROTECTED]
> -----------------------------------
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/mailman/listinfo/dynapi-help
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to