Update of /cvsroot/dynapi/dynapi3x/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6593/src

Modified Files:
        dynapi.js 
Log Message:
updated/added by raymond

Index: dynapi.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/src/dynapi.js,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** dynapi.js   9 Mar 2003 22:21:46 -0000       1.8
--- dynapi.js   26 Mar 2003 02:22:30 -0000      1.9
***************
*** 16,23 ****
  p.addMethod = function(n,fn) {this[n] = fn};
  p.removeMethod = function(n) {this[n] = null};
! p.setID = function(id,isInline) {
        if (this.id) delete DynObject.all[this.id];
        this.id = id;
        this.isInline=isInline;
        DynObject.all[this.id] = this;
  };
--- 16,24 ----
  p.addMethod = function(n,fn) {this[n] = fn};
  p.removeMethod = function(n) {this[n] = null};
! p.setID = function(id,isInline,noImports) {
        if (this.id) delete DynObject.all[this.id];
        this.id = id;
        this.isInline=isInline;
+       this._noInlineValues=noImports;
        DynObject.all[this.id] = this;
  };
***************
*** 301,308 ****
  
        // 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
--- 302,310 ----
  
        // DynLayer
!       this.add('dynapi.api.DynLayerBase','dynlayer_base.js','DynDocument')
!       if (dynapi.ua.ns4) 
this.add('dynapi.api.DynLayer','dynlayer_ns4.js','DynLayerBase');
!       else if (dynapi.ua.ie) 
this.add('dynapi.api.DynLayer','dynlayer_ie.js','DynLayerBase');
!       else if (dynapi.ua.opera) 
this.add('dynapi.api.DynLayer','dynlayer_opera.js','DynLayerBase');
!       else this.add('dynapi.api.DynLayer','dynlayer_dom.js','DynLayerBase');
  
        // MouseEvent
***************
*** 329,332 ****
--- 331,335 ----
        this.add('dynapi.fx.FlashSound','fsound.js','DynLayer');
        this.add('dynapi.fx.Fader','fader.js','DynLayer');
+       this.add('dynapi.fx.Swiper','swiper.js','DynLayer');
  
        this.addPackage('dynapi.gui',p+'gui/');
***************
*** 334,337 ****
--- 337,341 ----
        this.add('dynapi.gui.LoadPanel','loadpanel.js','DynLayer');
        this.add('dynapi.gui.GroupManager','groupmanager.js','DynLayer');
+       this.add('dynapi.gui.FocusManager','focusmanager.js','DynLayer');
        this.add('dynapi.gui.ImageClip','imageclip.js','DynLayer');
  



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to