Using a prefix in tabs and windows name #1163
HacksPloiter
started this conversation in
Configuration
Replies: 1 comment 4 replies
-
I believe you can use the {
'tabs',
fmt = function (content, context)
return 'Tab ' .. content
end,
} And I think you can also apply it to window component. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Edit: Correct title: Using a prefix in tabs and windows name
Hi @shadmansaleh, @acksid, @fitrh,
Could you please help me with below?
When I use component "tabs", I want the tabs name to come up with below naming pattern:
Tab 1 > Tab 2 > Tab 3 and so on.
In the same manner when I use the component "windows" with mode = 1, I want the windows name to come up with below pattern:
Window 1 > Window 2 > Window 3 and so on.
Can you please guide me on how to achieve above?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions