From: Leif W <war...@us...> - 2005-03-01 22:17:34
|
> mj...@we...; 2005-02-26@10:56 GMT-5 > > i've looking for the related dynapi-files (or especially the > dynapi.js) where the "writeStyle"-funstion is integrated. > > I've searched the sourceforge-CVS but without luck. > > Could anybody help me and send me a link where the latest dynapi-files > with patches (or bugfixes) are available? I found the function in the CVS version at SF. dynapi3x/src/api/dyndocument.js line 220 It is also in Raymond Irving's proposed updates from 2004-05-27. dynapi/src/api/dyndocument.js line 220 You need to get the files from CVS. CVSROOT -> :pserver:ano...@cv...:/cvsroot/dynapi Protocol: pserver (password server) Server: cvs.sf.net Repository folder: /cvsroot/dynapi Username: anonymous Module: dynapi3x This is pretty standard for SourceForge projects. If in windows, you can use a command line version of cvs or you might like to use something like TortoiseCVS or WinCVS. http://www.tortoisecvs.org/ http://wincvs.org/ I prefer TortoiseCVS as it's intuitive. After installation, just create a a folder like CVSROOT, right-click, go to "CVS Checkout", enter the data as specified above, and in a few seconds you'll have a copy. Leif |