You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/06/11 17:00:07 UTC

[WIKI-UPDATE] JoergHeinicke SandBox AbbreviationsInMails CocoonFormsCreatingWidgets Fri Jun 11 17:00:06 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=JoergHeinicke , version: 9 on Thu Jun 11 15:20:44 2004 by AndrewCates

- FWIW= for what its worth... For what its worth! [AndrewCates]
+ ''message'' FWIW= for what its worth... For what its worth! :o) [AndrewCates]
? ++++++++++++                                                ++++



Page: http://wiki.cocoondev.org/Wiki.jsp?page=SandBox , version: 454 on Thu Jun 11 15:31:45 2004 by 195.216.81.146

+ !!!Titre !!Sous-titre Du __gras__ de l'__italique__ et un lien: [People] Un lien: [HowTos] ----
+ ---- ---- ---- ---- ---- ----


Page: http://wiki.cocoondev.org/Wiki.jsp?page=AbbreviationsInMails , version: 17 on Thu Jun 11 15:19:55 2004 by AndrewCates

- *__FWIW__ ... ''Though it's not very often used I always wonder what that means! - [JH|JoergHeinicke]''
+ *__FWIW__ ... For what its worth


Page: http://wiki.cocoondev.org/Wiki.jsp?page=CocoonFormsCreatingWidgets , version: 2 on Thu Jun 11 15:09:22 2004 by 62.49.15.134

- This page should contain a HOWTO about creating new widgets for Cocoon Forms.
+ ''Note: the following is a rough outline and not fully tested!''
- If you have something to tell, please do so ...
+ There are a number of steps required for adding a new Widget to CocoonForms:
+ # Create the Java classes for the Widget.
+ # Update the {{forms-form.xconf}} file.
+ # Update the forms
+ # Rebuild Cocoon.
+ __Create the Java classes for the Widget__
+ 
+ You'll need to create at least three classes to implement the Widget:
+ # an implementation of the Widget interface;
+ # an implementation of the WidgetDefinition interface; and
+ # an implementation of the WidgetDefinitionBuilder interface.
+ 
+ More to come...
+