Skip to main content
Nintex Community Menu Bar
Question

Rerender tabset with javascript?

  • July 9, 2024
  • 3 replies
  • 19 views

Forum|alt.badge.img+18

An extension to this converstion: https://community.skuid.com/t/toggle-tab-labels-on-off. I thought it warranted its own question.

I’m running this snippet to try to re-render a tabset:

var $ = skuid.$; var tabs = skuid.component.getById('CaseTabs'); tabs.render();


Nothing happens.

Am I using getById function incorrectly?

3 replies

Forum|alt.badge.img+4

Were you able to get a solution to this?


Forum|alt.badge.img+7
  • 595 replies
  • July 9, 2024

Matt and Sneha,

That snippet should work, as long as the id you specify is the same as the unique Id property of the component you want to rerender.

Thanks!
Amy


Arne-Per
Forum|alt.badge.img+8
  • Rookie
  • 230 replies
  • July 9, 2024

this seems to work for tab set but Tab Panel… any idea why?