From: Volker R. <Vol...@bi...> - 2001-12-07 19:16:51
|
Hi Listmembers and dear dynapi users, today i discovered the following: when connecting to my iTools accounts homepage managers, the browser was loading dynapi files. further digging in the page source code revealed: <script language="JavaScript" src="/i/dyn/dynapi/src/dynapi.js"></script> <script language="JavaScript"> DynAPI.setLibraryPath('/i/dyn/dynapi/src/lib/'); DynAPI.include('dynapi.api.*'); DynAPI.include('dynapi.event.*'); DynAPI.include('dynapi.util.thread.js'); DynAPI.include('dynapi.util.pathanim.js'); DynAPI.include('dynapi.gui.dynimage.js'); DynAPI.include('dynapi.gui.buttonimage.js'); DynAPI.include('dynapi.gui.scroller.js'); DynAPI.include('dynapi.gui.viewport.js'); DynAPI.include('dynapi.gui.fastlist.js'); DynAPI.include('dynapi.gui.columnview.js'); DynAPI.include('dynapi.ext.layer.js'); DynAPI.include('dynapi.ext.dragdrop.js'); DynAPI.include('dynapi.ext.delegate.js'); DynAPI.include('dynapi.ext.forms.js'); DynAPI.include('dynapi.ext.positioning.js'); DynAPI.include('dynapi.ext.inline.js'); </script> Is webobjects using the dynapi? do you know about it? is it a success of the dynapi that a company like apple is using it? volker |