From: Jesse V. <je...@6t...> - 2003-07-05 03:23:15
|
Rama, Try this: dynapi.library.setPath('<path to dynapi src dir>'); dynapi.library.include('<library name'); In my case, I use something like this: dynapi.library.setPath('../dynapi/src/'); dynapi.library.include('dynapi.api.ext.DynLayerInline'); Hope this helps. Jesse rama wrote: > Hello, > I don't know if i am on the proper news list, but i'm searching to add > an object i created to a page in dynapi 3.0 > With dynapi 2.57, i did with: > DynAPI.include('dynapi.matAPI.windowContainer.js'); > > But now, it doesn't work. > Thank in advance. > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |