UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

14 lines (11 loc) 453 B
<jqxButton [theme]="'material'" (onClick)="btnOnClick()">Open Editor</jqxButton> <jqxWindow [theme]="'material'" #myWindow [width]="350" [height]="400" [maxWidth]="800" [autoOpen]="false" [resizable]="false" [position]="'top, left'"> <div>jqxEditor</div> <div> <jqxEditor [theme]="'material'" [width]="'100%'" [height]="'99%'" [tools]="'bold italic underline font size'"> </jqxEditor> </div> </jqxWindow>