Add tooltips
About this task
Most buttons in Maximo Mobile are displayed without a label to minimize scrolling. However, this can be difficult for newer users that may be less familiar. Utilizing hover over the button (web and Windows devices) or utilizing long press on the button (iOS/Android), you can display a tooltip over the button for your users using the icon-aria-label.
Procedure
Step 1: Add icon-aria-label property and a value to display it as tooltip of the button.
<button icon-aria-label="Report Work" icon="carbon:report" on-click="navigateToReportWork" on-click-arg="{woDetailResource.item}" kind="secondary" id="m5kg3"/>
Page last updated: 24 December 2024