From: Raymond I. <xw...@ya...> - 2003-09-24 15:21:23
|
--- Clemens Eisserer <Lin...@we...> wrote: > > May I ask some other questions: > > a.) Where can I find the source for the server-side > php scripts when using communication? > I´m interrested to port them to jsp. If you can port it to jsp then that would be cool. See the examples/ folder for the server-side scripts > b.) Where can I find a programmers apidoc? The only > this I found are e.g. DynObject, DynLayer, > DynDocument. But I e.g. searched how the method > onmouseout in mouselistener is calles. I didnt find > it :-( See the docs/index.html file for documentation. You can also see some of the docs on the dynapi website (http://dynapi.sourceforge.net/doccenter/index.php?APIDocumentation) but these are for version 2.5.x The documentation for version 3.0 is not yet completed. We need more persons to help out in this area. Download the lastest snapshot of dynapi 3.0 here: http://dynapi.sourceforge.net/snapshot/?N=D > c.) How is it possible, e.g. to set the > color-variable directly: > <a href="javascript:setColor('green')">green</a> This can be done by doing the following: <a href="javascript:lyr.setBgColor('green')">green</a> where lyr is a DynLayer object > Thanks for this great project, it enables me to > develop real weblications which are 100% > cross-browser, and althought I like Java really > much, dynapi is a much more user-friendly solution. > Really cool! We're glad to have you on board. Please help to spread the word around. -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |