I think you have to skip the attribute selectUIType="radio". Then a drop
down list should be created.

Regards,
Reinhard

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:Sylvain.Thevoz@;swisscom.com]
> Sent: Monday, November 04, 2002 4:20 PM
> To: [EMAIL PROTECTED]
> Subject: RE: XMLForm and pop-up menu
>
>
> yes, in the same way but instead of using a "radio" type where
> your choices are on the screen (and you put the "point" on your
> choice), I would like to use a pop-up list where the choices are
> hidden in a list (maybe the word "menu" is not very appropriate).
> This stuff is in all web forms.
>
> Sylvain
>
>
>
> -----Message d'origine-----
> De: Reinhard Poetz [mailto:reinhard_poetz@;gmx.net]
> Date: lundi, 4. novembre 2002 15:43
> À: [EMAIL PROTECTED]
> Objet: RE: XMLForm and pop-up menu
>
>
> Do you mean a selection field:
>
> Here an xml snippet from Ivelin's example:
>
>       <xf:selectOne ref="os" selectUIType="radio">
>         <xf:caption>OS</xf:caption>
>         <xf:item id="unix">
>           <xf:caption>Unix/Linux</xf:caption>
>           <xf:value>Unix</xf:value>
>         </xf:item>
>         <xf:item id="mac">
>           <xf:caption>Mac OS/X</xf:caption>
>           <xf:value>Mac OS/X</xf:value>
>         </xf:item>
>         <xf:item id="win">
>           <xf:caption>Windows 95/98/NT/2000/XP</xf:caption>
>           <xf:value>Windows</xf:value>
>         </xf:item>
>         <xf:item id="other">
>           <xf:caption>Other</xf:caption>
>           <xf:value>Other</xf:value>
>         </xf:item>
>       </xf:selectOne>
>
> Hope this helps.
>
> Regards,
> Reinhard
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:Sylvain.Thevoz@;swisscom.com]
> > Sent: Monday, November 04, 2002 3:12 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: XMLForm and pop-up menu
> >
> >
> > The content should be simply a list of word.
> > The user should choose a word in the pop-up menu (and only these
> > words) instead of enter a word.
> >
> > Sylvain
> >
> > -----Message d'origine-----
> > De: Reinhard Poetz [mailto:reinhard_poetz@;gmx.net]
> > Date: lundi, 4. novembre 2002 14:49
> > À: [EMAIL PROTECTED]
> > Objet: RE: XMLForm and pop-up menu
> >
> >
> > Sylvain,
> >
> > As far as I know - no. What should be the content of the pop-up menu?
> >
> > Regards,
> > Reinhard
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:Sylvain.Thevoz@;swisscom.com]
> > > Sent: Monday, November 04, 2002 2:19 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: XMLForm and pop-up menu
> > >
> > >
> > > Hello,
> > >
> > > I use XMLForm and I want to implement pop-up menu in a form.
> > >
> > > Is there a solution?
> > >
> > > Thank you
> > > Sylvain
> > >
> > > ---------------------------------------------------------------------
> > > Please check that your question  has not already been answered in the
> > > FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> > >
> > > To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> > > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> > >
> >
> > ---------------------------------------------------------------------
> > Please check that your question  has not already been answered in the
> > FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
> >
> > ---------------------------------------------------------------------
> > Please check that your question  has not already been answered in the
> > FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to