Hello Everyone,

In an effort to make dynapi 3.0 more flexible with
newly released DOM browsers (that we've not added to
the dynapi.ua) the following changes are require:

Rename dynlayer_ns6 to dynlayer_dom.js

Note: Opera v7 can work with dynlayer_dom.js but the
current IE compatible codes found if dynlayer_opera.js
is much faster than the ones used in dynlayer_dom.js
We'll still keep dynlayer_opera as this file can be
modified to offer greater support for opera v6 if
necessary.

Some changes to dynapi.js:

// DynLayer
if (dynapi.ua.ns4)
this.add('dynapi.api.DynLayer','dynlayer_ns4.js','DynDocument');
else if (dynapi.ua.ie)
this.add('dynapi.api.DynLayer','dynlayer_ie.js','DynDocument');
else if (dynapi.ua.opera)
this.add('dynapi.api.DynLayer','dynlayer_opera.js','DynDocument');
else
this.add('dynapi.api.DynLayer','dynlayer_dom.js','DynDocument');

// MouseEvent
if (dynapi.ua.ns4)
this.add('dynapi.api.MouseEvent','mouse_ns4.js','DynLayer');
else if(dynapi.ua.ie)
this.add('dynapi.api.MouseEvent','mouse_ie.js','DynLayer');
else
this.add('dynapi.api.MouseEvent','mouse_dom.js','DynLayer');

PS. These change are not yet in cvs, but bear them in
mind.

--
Raymond Irving

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to