Re: XForms, radio buttons and check boxes: an example?
Michael Vincent van Rantwijk <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Pascal Sartoretti wrote: > 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" ? Hey, I'm still learning new stuff, and looking at other people's code helps me a lot, so thank you ;) Michael > 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> > > ...