1 Reply Latest reply on Jun 20, 2008 11:04 AM by eklam

    SimpleTogglePanel - expand

    eklam

      Is it possible to expand a SimpleTogglePanel using a rich:componentControl ? Or any other way from the jsf page?

        • 1. Re: SimpleTogglePanel - expand
          eklam

          Add a js event on the component you want to expand/colapse the simpleTogglePanel, something like
          .
          .
          .
          onclick="SimpleTogglePanelManager.toggleOnClient(event,'simpleTogglePanelId');"
          .
          .
          .