Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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.