0 Replies Latest reply on Apr 28, 2009 1:41 AM by nimo22

    toggleControl for more than one independent togglePanels

    nimo22

      I have a toggleControl, when clicking more than one independent (not in one container!) togglePanels should toggle.

      this not works:

      <rich:toggleControl for="t1" value="toggleAll">
      <rich:toggleControl for="t2"/>
      </rich:toggleControl>


      this not works:
      <rich:toggleControl for="t1,t2" value="toggleAll">
      </rich:toggleControl>


      <rich:togglePanel id="t1">
      ..
      </rich:togglePanel
      <rich:togglePanel id="t2">
      ..
      </rich:togglePanel>

      how can I do that?