This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Dec 22, 2011, 2:13 PM
31 Posts

Search and using tabbed panel

  • Category: Other
  • Platform: All
  • Release: 8.5.3
  • Role: Developer
  • Tags: search,view,tabbed panel
  • Replies: 1
Uses tabbed panel with six different tab on a page.
Using a search field and a view and put it under tab number three in my a tabbed panel.
How do you do to it to know that the tab number three is to remain open after the search.
 
Regards
Fredrik
Jan 4, 2012, 8:54 PM
122 Posts
Re: Search and using tabbed panel
 The selectedTab property determines which tab shows. How about setting a viewScope variable when the user searches. Compute the selectedTab property so that if the viewScope is not null, it's tab 3. I believe the property takes the tab ID.
 
There's also a setSelectedTab method you can use instead of programmatically computing the value. 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal