Brain Storm...

How about the ability to unload a script, widget or a
library? Now that would be cool!

P.S. such a feature could be used in places where a
lot of widgets are needed but not at the same time.

--
Raymond Irving
===========================
Wisdom Is > Weapons Of War


--- Dan Steinman <[EMAIL PROTECTED]> wrote:
>dynapi.library.add(objectName,objectSrc,dependedObjects,packageName);

   Examples:

  
dynapi.library.addPackage('mypackage','mypackage/');
   dynapi.library.addPackage('mypackage.tools',
'mypackage/tools/');
   dynapi.library.add('MyObject0', 'obj0.js', null, 
'mypackage/tools/');
   dynapi.library.add('MyObject1', 'obj1.js',
'MyObject0', 
'mypackage/tools');
   // when a package is assigned in add(), the src
location becomes 
relative to the package path


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to