From: Cameron H. <ca...@bi...> - 2001-03-20 11:11:58
|
This particular issue is addressed in the DynAPI helpsheet which is under documentation on the official DynAPI site. I'm not sure how we can make the documentation clearer, it is there if you look for it. Perhaps we should link to the help sheet from the FAQ (if there isn't a link already). Although the information on running scripts in LoadPanel that is in the helpsheet isn't entirely accurate, I'll hopefully update it sometime, also noticed the admin interface has munged the formatting again - doh. It is possible to use inline javascript in a loadpanel in IE. The script must be in the body of the document, as IE ignores everything outside the body tags. The script tags must include the defer parameter. Although this works, Netscape and IE use a different namespace for scrips defined in this fashion, which makes them difficult to use. > It's not totally obvious where the list archives are or how to search in > them for people just coming into the project. I'm thinking perhaps it > would be a good idea to have some pointers to search facilities for the > dynapi lists on the homepage. It'd be easy to make a form on the dynapi > homepage which would let you search directly in mail-archive.com for > dynapi-dev or dynapi-help messages. This could also be included in the > FAQ. Sure, we could put more obvious "You can find more info here" bits on the homepage, or perhaps restructure the documentation. I believe there are links to the FAQ, tutorials, and mailing list archives for the homepage already, maybe they aren't obvious enough. Cameron. |