UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

22 lines (16 loc) 629 B
<div> Resize the window to minimize or restore tools. The <span style="color: #CC0000">combobox</span> is non-minimizable and the <span style="color: #EE8D4D">input</span> does not appear in the pop-up menu when minimized. </div> <jqxWindow [width]="getWidth()" [height]="250" [minWidth]="250" [position]="{ x: 5, y: 60 }"> <div> Resizable jqxToolBar </div> <div style="overflow: hidden"> <jqxToolbar [width]="'100%'" [height]="35" [minimizeWidth]="200" [initTools]="initTools" [tools]="tools"> </jqxToolbar> </div> </jqxWindow>