Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
9 subscribers
Views
1275 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How can I Focus a particual tab(say third tab), on load of a form which has 3 ta
raghunandanj3904
Certified Senior Developer
over 12 years ago
How can I Focus a particual tab(say third tab), on load of a form which has 3 tabs. Was just going thru with the suggestion given at:
forum.appian.com/.../apps
But somehow it doesnt pick up. I am using Appian 7.1 on windows.!
Any suggestions pls......
OriginalPostID-64723
OriginalPostID-64723
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 12 years ago
The same principle I explain there applies to 7.1. Here's an example application:
forum.appian.com/.../80247.
In the example, give the tabbed section has an id of "myTabs" as shown here:
forum.appian.com/.../80236
, the code I have in the load event is (to make the second tab the default):
var tabContainerID = "myTabs";
var tabNumber = 1;
setTimeout(function() {$('#fd_component_'+ window.FormDesigner.runtimeNamespace + tabContainerID + ' a:eq('+tabNumber+')').trigger("click");}, 100);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
raghunandanj3904
Certified Senior Developer
over 12 years ago
Thanks Eduardo. Will try this according to the application.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel