Page: http://wiki.cocoondev.org/Wiki.jsp?page=GetTogetherAttending , version: 
15 on Tue Aug 12 13:41:02 2003 by 217.112.237.100

+ * [Sylvain Wallez|SylvainWallez] (Toulouse, France)


Page: http://wiki.cocoondev.org/Wiki.jsp?page=WoodyBinding , version: 8 on Tue 
Aug 12 13:05:11 2003 by BrunoDumon

- * wb:field elements
?      ^^ --

+ * wb:value elements
?      ^^^^

- The wb:aggregate binding allows to bind the values of the individual field 
widgets out of which an aggregatefield widget consists. The bindings for these 
field widgets are specified by the wb:field child elements.
?                                                                               
                                                                                
                                  ^^ --

+ The wb:aggregate binding allows to bind the values of the individual field 
widgets out of which an aggregatefield widget consists. The bindings for these 
field widgets are specified by the wb:value child elements.
?                                                                               
                                                                                
                                  ^^^^



Page: http://wiki.cocoondev.org/Wiki.jsp?page=WoodyReference , version: 6 on 
Tue Aug 12 13:19:29 2003 by BrunoDumon

+ 
+ !output widget
+ An output widget is similar to a field widget, but its value is not editable. 
The value of an output widget must be set programmatically (or through 
[binding|WoodyBinding]). An output widget does not read its value from the 
request, so is most useful in the case where the form is stored accross 
requests (e.g. as part of a flowscript or flow-apple). An output widget does 
not perform any validation, it is always considered to be valid.
+ 
+ {{{
+ <wd:output id="...">
+   <wd:label>...</wd:label>
+   <wd:datatype base="...">
+      [...]
+   </wd:datatype>
+ </wd:output>
+ }}}


Reply via email to