Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 19284 invoked from network); 18 Sep 2003 21:00:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Sep 2003 21:00:19 -0000 Received: (qmail 91775 invoked by uid 500); 18 Sep 2003 20:59:59 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 91743 invoked by uid 500); 18 Sep 2003 20:59:58 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@cocoon.apache.org Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 91703 invoked from network); 18 Sep 2003 20:59:58 -0000 Received: from unknown (HELO otsrv1.iic.rug.ac.be) (157.193.121.51) by daedalus.apache.org with SMTP; 18 Sep 2003 20:59:58 -0000 Received: from otsrv1.iic.ugent.be (localhost [127.0.0.1]) by otsrv1.iic.rug.ac.be (8.11.6/8.11.6) with ESMTP id h8IL03X01097 for ; Thu, 18 Sep 2003 23:00:03 +0200 Date: Thu, 18 Sep 2003 23:00:03 +0200 Message-Id: <200309182100.h8IL03X01097@otsrv1.iic.rug.ac.be> From: stevenn@outerthought.org To: docs@cocoon.apache.org Subject: [WIKI-UPDATE] WoodyBinding Thu Sep 18 23:00:03 2003 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Page: http://wiki.cocoondev.org/Wiki.jsp?page=WoodyBinding , version: 11 on Thu Sep 18 20:25:45 2003 by MarcPortier + * wd:convertor - The wb:repeater binding binds repeaters based on the concept that each row in the repeater should contain a field widget [[currently limited to datatype string] containing a unique identification for that row. ? ---------------------------------------- + The wb:repeater binding binds repeaters based on the concept that each row in the repeater should contain a field widget containing a unique identification for that row. - The id attribute should contain the id of the repeater. + The id attribute should contain the id of the repeater. The nested wd:converter element can be used to specify the convertor to use in case the id value from the model to bind is a String (typical for XML documents) while the widget inside the repeater has another type. + A childelement wd:convertor can be used to specify the convertor to use in case the unique-id from the model is a String and the matching widget inside the repeater has a different type. + - The three childelements wb:on-bind, wb:on-delete-row, wb:on-insert-row should contain the binding elements that have to be executed in case of these three events. + The three remaining childelements wb:on-bind, wb:on-delete-row, wb:on-insert-row should contain the binding elements that have to be executed in case of these three events. ? ++++++++++