* David Verdin: > 1- In "action" widgets, what is exactly the "action-command" > attribute?
AFAICT its value is not meaningful. > 2- More generally, how can I make a script happen on some events on > widgets ? For example, in a simple HTML form, I use the "onClick" > attribute of a button to make a javascript to happen. I don't get how > to do the same with Cforms widgets. It is documented in the following pages: http://cocoon.apache.org/2.1/userdocs/forms/widget_submit.html http://cocoon.apache.org/2.1/userdocs/forms/widget_field.html http://cocoon.apache.org/2.1/userdocs/forms/xslt.html > 3- Is everything in the cocoon framework compatible ? Is it possible > to make the binding framework work alongside JXtemplategenrator ? If I > use repeaters, what happens to the binding file when I add a row ? The binding occurs before or after displaying a form, thus it has no correlation with displaying the form template. The form template is for user interaction, whereas binding is used to load from or save to an XML document. > 4- Where can I find the list of cocoon javascript functions and > objects ? Is it the API ? If so, is there something else, because most > of the time, the API is poorly documented ? Exactly, you have to read the API documentation. > I feel that Cocoon has a very big potential, but it seems impossible > for me to make it work properly. Cocoon is open-source: do not hesitate to take a look inside to the forms stylesheets, the java classes, and so on. Everything can be customized and adapted to taste. Best regards, -- Jean-Baptiste Quenot Anyware Technologies http://www.anyware-tech.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
