Re: XForms, radio buttons and check boxes: an example?
Pascal Sartoretti <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Solpa |
| Message-ID | <[email protected]> |
Michael Vincent van Rantwijk wrote:
> ...so where is your code ;)
I am not looking for debugging help, but no problem if you want to, you
can find the code below :-)
My question was simply "Is there any example available online" ?
Pascal
...
<xf:select1 ref="/request/direction" appearance="full"
selection="closed">
<xf:label class="label">Direction:</xf:label>
<xf:item>
<xf:label>One way</xf:label>
<xf:value>oneWay</xf:value>
</xf:item>
<xf:item>
<xf:label>Return</xf:label>
<xf:value>return</xf:value>
</xf:item>
</xf:select1>
...