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/07/01 16:00:03 UTC

[WIKI-UPDATE] TimLarson Thu Jul 1 16:00:03 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson , version: 49 on Wed Jul  1 14:43:38 2004 by TimLarson

+ __Binding syntax__\\
+ The wb:union binding wraps wb:case bindings.  The wb:case binding that matches the
+ current case of the surrounding union is the only wb:case binding which will perform
+ its child bindings.
+ {{{
+ <wb:union>
+ 
+   <wb:case id="">
+     <!-- A list of bindings relevant to the default case -->
+   </wb:case>
+ 
+   <wb:case id="some-case">
+     <!-- A list of bindings relevant to the selected case -->
+   </wb:case>
+ 
+ </wb:union>
+ }}}
- **Double, quadrupple, etc. row creation. (Solved by Bruno, already fixed in CVS)
- **Forgetting values on Union case switch. (Solved by Bruno, already fixed in CVS)
?                                            ^ ^^ ^ ^^ ^^^^^ --------

+ **Forgetting values on Union case switch. (broken in 2.1.5, fixed in CVS)
?                                            ^^ ^ ^ ^^ ^^^^^

- *Extend binding to handle the new widgets (mostly done in CVS).