1 Reply Latest reply on Nov 17, 2008 5:50 AM by ilya_shaikovsky

    dynamic cpntent of tab panel

    ajanz

      i got a tab panel in my app. depending on some inputs i want to render a content of one tab panel. what would be a good way to implement that?

        • 1. Re: dynamic cpntent of tab panel
          ilya_shaikovsky

          if you mean that you want to control the currently active tab - check info about tabPanel selectedTab attribute.

          If you talking about different content within the tab - you could play with rendered attribute on the nested components in order to show/hide them.