Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Open A Specified Tabbed Panel

Engaged ,
Feb 18, 2009 Feb 18, 2009
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>
310
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Feb 19, 2009 Feb 19, 2009
LATEST
Got it figured out. Couldn't see the forest through the trees....
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources