Bob Harner schrieb: [...]
>> 2. I understand that I can use cocoon components in my system. Are >> there any ajax components available, can they be written? > > Lenya uses a little bit of AJAX internally (for the site tree menu), > but as far as I know there aren't any AJAX "components" available yet. > What sort of components did you have in mind? Cocoon Forms support AJAX (http://cocoon.apache.org/2.1/userdocs/ajax.html), so if you're using CForms in Lenya you can also use the AJAX block. >> 3. Can custom components be placed into a page with any of the >> WYSIWYG editors? > > I'm not sure what you mean by "custom components", but the answer is > probably no. IIUC David means something like HTML widgets, e.g., a voting widget or a teaser section on the homepage. Usually you implement this using a specific XML placeholder element, which is expanded by the presentation pipelines: <myns:teaser src="..."/> You can add this element in BXE (preferrably with some custom CSS), you won't see the expanded widget though. [...] >> 5. I've looked at the list of lenya implemented pages, what are the >> most complex or involved websites in use? > > I have no idea, maybe one of the other readers can help answer this one... Among the sites I was involved with, the Neue Zürcher Zeitung is probably the most complex, i.e. it uses quite a lot of custom functionality. The University of Zurich Course List is a good example for database integration - Lenya is used as an application framework here, not to manage the content. -- Andreas -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
