You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2007/03/19 09:59:53 UTC

[DAISY] Updated: Selection lists

A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/753.html

Document ID: 753
Branch: main
Language: default
Name: Selection lists (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 3/14/07 10:12:55 AM
Updated by: Helma van der Linden

A new version has been created, state: publish

Parts
=====

Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 6334 bytes (previous version: 6301 bytes)
Content diff:
(6 equal lines skipped)
    related to the datatype of the widget, since the items in the selection list
    should of course match the datatype of the widget.</p>
    
--- <h1>Default selection list implementation</h1>
+++ <h1 id="default">Default selection list implementation</h1>
    
    <p>The selection list can be defined inline or read from an external source.
    Example of inline declaration:</p>
(67 equal lines skipped)
    the fd:selection-list element. The sections below describe the alternative
    implementations currently available.</p>
    
--- <h1>flow-jxpath selection list implementation</h1>
+++ <h1 id="flow">flow-jxpath selection list implementation</h1>
    
    <p>See the javadoc of the
    <a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/datatype/FlowJXPathSelectionListBuilder.java?rev=HEAD">FlowJXPathSelectionListBuilder</a>
(25 equal lines skipped)
    ...
    mylist[0] = {value: "x", label: new I18nMessage("myI18nKey") };</pre>
    
--- <h1>enum selection list implementation</h1>
+++ <h1 id="enum">enum selection list implementation</h1>
    
    <p>This type of selection list outputs a list of items corresponding to the
    possible instances of an enumerated type (see below).</p>
(38 equal lines skipped)