-- vladimirn <[EMAIL PROTECTED]> wrote
(on Tuesday, 26 August 2008, 11:15 AM -0700):
> Well, is there a room to ask another question? or should i open a new topic?
> I need to add hidden text area bellow multiselect, and if you select third
> choice, this hidden box should appear visible.
> How to set up something like this?

Use javascript to do this. When the page renders, do two things:

  * hide the element (set the visibility attribute to 'collapse')
  
  * connect an event handler to the multiselect option that looks for
    the number of selected options and re-displays the hidden element.

For techniques on this, visit your favorite JS toolkit mailing list or
IRC channel.

> p.s. [off topic] about zend dojo webinar- can u post a link to my mail or
> here pls?

Sure:

    
http://www.zend.com/en/company/news/event/webinar-zend-framework-and-dojo-integration

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to