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 theta:) However, when implementing, the disable affects all options, not just the one disabled. Thoughts? -- Ben Wilson "Words are the only thing which will last forever" --- Churchill _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
