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 19:00:04 UTC

[WIKI-UPDATE] CocoonFormsCreatingWidgets Fri Jun 11 19:00:04 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=CocoonFormsCreatingWidgets , version: 3 on Thu Jun 11 16:20:19 2004 by 62.49.15.134

- More to come...
+ The above interfaces all come from the {{org.apache.cocoon.forms.formmodel}} package. The existing Cocoon Forms source code provides plenty of examples of how to implement them.
+ __Update the {{forms-form.xconf}} file__
+ 
+ Add a reference to your {{WidgetDefinitionBuilder}} implementation in the {{forms-form.xconf}} file, which can be found in the {{conf}} directory for the forms block. You have to specify the name of the element for that widget as well; this must match the string returned from the {{getXMLElementName()}} method of your {{Widget}} implementation.
+ 
+ 
+ ''More to come...''
+