2008/8/27 vladimirn <[EMAIL PROTECTED]>: > > > > Martin Martinov-2 wrote: >> >> Use the onchenge event of your select tag. >> >> -- >> Regards, >> Martin Martinov >> http://mmartinov.com/ >> >> > Thanks Martin, but if i use onChange event in select tag, this will show > hidden text area on any change inside multiselect, right? I need to make > text area visible only if user choose third option. > -- > View this message in context: > http://www.nabble.com/How-to-add-select%3Dselected-in-Zend_Form_Element_Multiselect-and-one-more-question-%3A%29-tp19166233p19176062.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
Well, you'll just have to count how many options are selected in the onchange event handler, and show/hide your textarea as appropriate. This list is really not the place to discuss this thing :-) -- Regards, Martin Martinov http://mmartinov.com/
