You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Nicolas Maisonneuve <n....@gmail.com> on 2005/05/15 11:27:44 UTC

Re: [CFORM] a simple implementation of SelectionList

Hy,

i would like create a selectionList dynamically  in the flowscript
(with the "on-value-changed" event of a another widget, the list
change).
According to the  official CFORM documentation, there isn't a simple
implementation like that:

var select=new Packages..MySelectionListImplementation()
select.add("myvalue","mylabel");
select.add("myvalue2",mylabel2");
form.Lookup(mywselectwidget).setSelectionList(select);

In the CFORM source, i saw a interessing interface called
"JavaSelectionList"  but not the implementation (just the
AbstractSelectionList)
Is there a simple implementation of this interface ?
If the implementation exists a committer  can add it in the CFORM
Datatype documentation, i think it could be useful for people

Nicolas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org