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

Tabbed Panels Questions...

New Here ,
Jun 05, 2010 Jun 05, 2010

When a form is submitted on a Tabbed Panel, how do you get it go back to that particular panel and not automatically go to the first panel?

I used javascript to create a link on the same page, but can't seem to figure out how to do it on a form submit...

TOPICS
Server side applications
336
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
LEGEND ,
Jun 07, 2010 Jun 07, 2010

rickpick77665 wrote:

When a form is submitted on a Tabbed Panel, how do you get it go back to that particular panel and not automatically go to the first panel?.

There's a tutorial on my site at http://foundationphp.com/tutorials/spry_url_utils.php. It explains how to link to a specific panel from a different page. When submitting a form, you would need to add a query string to the action attribute in the form to redirect the user back to the correct panel.

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
New Here ,
Jun 07, 2010 Jun 07, 2010
LATEST

Thanks David, that was easy, but one other question. How about with

recordset paging? How can I get it to go to the correct panel. I tried

updating the paging, but all I can get is either it goes to the panel

without paging to the next page or goes to the first panel.

Thanks!

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