Dear Alejandro,
First of all, thanks for publishing this amazing and handy add-on.
I want to know if you have any plan to expand it to support the tabs with Icons (instead of text labels) as well?
Dear Alejandro,
First of all, thanks for publishing this amazing and handy add-on.
I want to know if you have any plan to expand it to support the tabs with Icons (instead of text labels) as well?
Hi, thanks for the feedback. Have you tried adding the icon directly to the Tab
instance?
Hi and thanks for your response. I’ve tried to, but the problem is the PagedTabs class doesn’t have any constructor who accepts Tab object as input. Its not possible to add the icon later to the Tab object as well (by getting the Tab after calling pagedTabss.add() method), because Tab class doesn’t support it and you can only have a Tab object either with Text label or with Icon during instantiation (There is no getIcon() or setIcon() method available).