Set Tool Tips for Tabs?
Is there a way to set tool tips for each tab?
Alan
August 14,
<script>
var obj = new AW.UI.Tabs;
obj.setItemText(["Home", "Favorites", "Font size", "Search"]);
obj.setItemImage(["home", "favorites", "fontsize", "search"]);
obj.setItemCount(4);
obj.setSelectedItems([0]);
obj.setItemTooltip(["Tip for Home", "Tip for Favorites", "Tip for Font size", "Tip for Search"]);
document.write(obj);
</script>
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021