jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
15 lines (14 loc) • 564 B
HTML
<jqxButton [theme]="'material'" #toggleTooltip [width]="100" [height]="25" (onClick)="click()">
Toggle tooltip
</jqxButton>
<div style="margin-left: 180px; width: 110px;">
<jqxTooltip [theme]="'material'" #filmPicture1
[name]="'movieTooltip'"
[autoHide]="false"
[content]="'The Amazing Spider-man'"
[trigger]="'none'"
[closeOnClick]="false"
[position]="'bottom'">
<img src="https://www.jqwidgets.com/angular/images/The_Amazng_Spider_Man.jpeg" />
</jqxTooltip>
</div>