Community Tip - You can change your system assigned username to something more personal in your community settings. X
hi,
I am using a responsive tab widget. I want to display Eg(Process) instead of Tab1Name through service(Value will come through service). How can i do it?
Thanks,
Sheetal
Tab names are not Bindable, so the only way would be to:
Create and Assign localization tokens
overwrite the tokens and reload the tokens.
I don't even know if this approach will work, because the token reload needs a screen refresh.
Perhaps the other route is easier, customize the tabs widget to create an extension with bindable tab names.