[pmwiki-users] Problem Disabling Select options . . .

2007-03-05 Thread Ben Wilson
I am currently working on a recipe and was working with (:input select:) I wanted to disable some selections so that they are informational only: (:input select name=abc 1 alpha:) (:input select name=abc 2 beta:) (:input select name=abc disabled='disabled' 2 Fred:) (:input select name=abc 3

Re: [pmwiki-users] Problem Disabling Select options . . .

2007-03-05 Thread Hans
Monday, March 5, 2007, 9:11:34 PM, Ben wrote: I am currently working on a recipe and was working with (:input select:) I wanted to disable some selections so that they are informational only: (:input select name=abc 1 alpha:) (:input select name=abc 2 beta:) (:input select name=abc

Re: [pmwiki-users] Problem Disabling Select options . . .

2007-03-05 Thread Ben Wilson
On 3/5/07, Hans [EMAIL PROTECTED] wrote: Monday, March 5, 2007, 9:11:34 PM, Ben wrote: I am currently working on a recipe and was working with (:input select:) I wanted to disable some selections so that they are informational only: (:input select name=abc 1 alpha:) (:input select