0 Replies Latest reply on Aug 30, 2007 3:32 AM by jannis84

    dyn. change rendererset ?!

    jannis84

      Good morning everyone =)

      Is it possible to change the rendererSet dynamically in the Eventlistener or the processAction?!

      I want to hide a portletWindow(with the emptydivrenderer) and if a user clicks a button it should appear in normal mode with titlebar etc. (divrenderer)

      At the moment i can change windowstates with

      PortalNode node = event.getNode();
      PortalNode windowA = node.resolve("../winAwindow");
      context.getPortalRuntimeContext().getNavigationalStateContext().setWindowState(windowA, WindowState.MINIMIZED);

      But I don't have a clou how 2 change the rendererSet dynamically ....

      Any suggestions !?

      Thx Jannis