Add ability to display icon only add tooltips to tabs, buttons, etc.

Would like to be able to display buttons, tabs, etc. as “icon only” and have a tooltip property.

This would allow us to reduce the amount of real-estate required on the screen while providing contextual based information on various features similar to the way inline help works on fields.

Currently using skootip calls to add tips but having a declarative method for this via the builder would be easier to maintain and would not require any custom code.

var skootipConfig = {position:{my:“left bottom”,at:“left top-10”,collision:“none”},show:{delay:700}};
$(“#TestTab”).skootip(‘Skuid rocks!.’, skootipConfig);

Thank you!

^^^ bump ^^^

If you want to do this by force…
https://community.skuid.com/t/access-label-of-currently-active-tab