Skip to main content
tclaremont
Inspiring
February 18, 2009
Question

Open A Specified Tabbed Panel

  • February 18, 2009
  • 1 reply
  • 347 views
I have an application that makes use of tabbed panels, with forms on each tab. When a user fills out information on a given tab, the form submits, and the user is automatically returned to the initial form. The problem is that they always return to tab 0, as opposed to the form they started from. I am sure there is a way to dictate which tab has focus. What is the protocol?


<li class="TabbedPanelsTab" tabindex="0">Care Plan</li>
<li class="TabbedPanelsTab" tabindex="1">Diagnoses</li>
<li class="TabbedPanelsTab" tabindex="2">Problems</li>
    This topic has been closed for replies.

    1 reply

    tclaremont
    Inspiring
    February 19, 2009
    Got it figured out. Couldn't see the forest through the trees....