NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
how to make form with accordion tabs with next and previous buttons
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to make form with accordion tabs with next and previous buttons (Read 3661 times)
kashiash
Newbie
Posts: 48
how to make form with accordion tabs with next and previous buttons
«
on:
April 19, 2010, 11:31:53 AM »
i make form with tabs in accordion "mode", but user wants to can switch on tabs in two ways : clicking on accordion tab headers and additional by next previous buttons.
how to add actions for buttons to switch accordion tabs ?
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: how to make form with accordion tabs with next and previous buttons
«
Reply #1 on:
April 19, 2010, 10:03:49 PM »
The short answer is;
make a button on the form, with a JavaScript call to the
accordion
.activate method
(where accordion is the name of the accordion).
The jQuery docs are here (
http://jqueryui.com/demos/accordion/#method-activate
)
If you're not that comfortable with JavaScript though, then the answer is somewhat longer.
cheers
Bruce
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
how to make form with accordion tabs with next and previous buttons