RE: XMLForm and pop-up menu

2002-11-05 Thread Sylvain.Thevoz
I used:

xf:selectOne selectUIType='listbox'

It works!
Sylvain

-Message d'origine-
De: Ivelin Ivanov [mailto:ivelin;apache.org]
Date: mardi, 5. novembre 2002 05:08
À: [EMAIL PROTECTED]
Objet: Re: XMLForm and pop-up menu


For drop down list use:

xf:selectOne

For radio buttons, use

xf:selectOne selectUIType='radio'



- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 04, 2002 8:11 AM
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]




XMLForm and pop-up menu

2002-11-04 Thread Sylvain.Thevoz
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]




RE: XMLForm and pop-up menu

2002-11-04 Thread Reinhard Poetz
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]




RE: XMLForm and pop-up menu

2002-11-04 Thread Sylvain.Thevoz
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]




RE: XMLForm and pop-up menu

2002-11-04 Thread Reinhard Poetz
Do you mean a selection field:

Here an xml snippet from Ivelin's example:

  xf:selectOne ref=os selectUIType=radio
xf:captionOS/xf:caption
xf:item id=unix
  xf:captionUnix/Linux/xf:caption
  xf:valueUnix/xf:value
/xf:item
xf:item id=mac
  xf:captionMac OS/X/xf:caption
  xf:valueMac OS/X/xf:value
/xf:item
xf:item id=win
  xf:captionWindows 95/98/NT/2000/XP/xf:caption
  xf:valueWindows/xf:value
/xf:item
xf:item id=other
  xf:captionOther/xf:caption
  xf:valueOther/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]




RE: XMLForm and pop-up menu

2002-11-04 Thread Sylvain.Thevoz
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:captionOS/xf:caption
xf:item id=unix
  xf:captionUnix/Linux/xf:caption
  xf:valueUnix/xf:value
/xf:item
xf:item id=mac
  xf:captionMac OS/X/xf:caption
  xf:valueMac OS/X/xf:value
/xf:item
xf:item id=win
  xf:captionWindows 95/98/NT/2000/XP/xf:caption
  xf:valueWindows/xf:value
/xf:item
xf:item id=other
  xf:captionOther/xf:caption
  xf:valueOther/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]




RE: XMLForm and pop-up menu

2002-11-04 Thread Reinhard Poetz
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:captionOS/xf:caption
 xf:item id=unix
   xf:captionUnix/Linux/xf:caption
   xf:valueUnix/xf:value
 /xf:item
 xf:item id=mac
   xf:captionMac OS/X/xf:caption
   xf:valueMac OS/X/xf:value
 /xf:item
 xf:item id=win
   xf:captionWindows 95/98/NT/2000/XP/xf:caption
   xf:valueWindows/xf:value
 /xf:item
 xf:item id=other
   xf:captionOther/xf:caption
   xf:valueOther/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]




Re: XMLForm and pop-up menu

2002-11-04 Thread Ivelin Ivanov
For drop down list use:

xf:selectOne

For radio buttons, use

xf:selectOne selectUIType='radio'



- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 04, 2002 8:11 AM
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]