File tree Expand file tree Collapse file tree
src/material-examples/tooltip-manual Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< div >
2- < span > Mouse over to </ span >
2+ < span > Click the following buttons to... </ span >
33 < button mat-button
4- (mouseenter) ="tooltip.show() "
5- (focus) ="tooltip.show() "
6- (focusout) ="tooltip.hide() "
4+ (click) ="tooltip.show() "
75 aria-label ="Button that progamatically shows a tooltip on another button "
86 class ="example-action-button ">
97 show
108 </ button >
119 < button mat-button
12- (mouseenter) ="tooltip.hide() "
13- (focus) ="tooltip.hide() "
10+ (click) ="tooltip.hide() "
1411 aria-label ="Button that progamatically hides a tooltip on another button "
1512 class ="example-action-button ">
1613 hide
1714 </ button >
1815 < button mat-button
19- (mouseenter) ="tooltip.toggle() "
20- (focus) ="tooltip.toggle() "
21- (focusout) ="tooltip.hide() "
16+ (click) ="tooltip.toggle() "
2217 aria-label ="Button that progamatically toggles a tooltip on another button to show/hide "
2318 class ="example-action-button ">
2419 toggle show/hide
You can’t perform that action at this time.
0 commit comments