Dynamically changeing tab of tab widget not triggering tab selection
Dec 20, 2023
10:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 20, 2023
10:53 AM
Dynamically changeing tab of tab widget not triggering tab selection
Hi,
I have a mashup with two tabs. Despite setting the selected tab via an expression the other tab will not be selected, it seems like only the default tab can be selected via that event.
When using the tab widget, despite setting the selectedTabValue to a number corresponding to the tab, the selected tab does not change, could someone provide an example of how to programatically change tab (with the correct bindings)?
Kindly
Oskar Berntorp
Solved! Go to Solution.
Labels:
- Labels:
-
Mashup-Widget
ACCEPTED SOLUTION
Accepted Solutions
Dec 21, 2023
12:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 21, 2023
12:26 AM
SelectedTabValue should be Tab Value not corresponding Tab Number.
You should pass TabValue from your expression
/VR
1 REPLY 1
Dec 21, 2023
12:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 21, 2023
12:26 AM
SelectedTabValue should be Tab Value not corresponding Tab Number.
You should pass TabValue from your expression
/VR
