UNPKG

jqwidgets-scripts-custom

Version:

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

11 lines 432 B
/// <reference path="../../../jqwidgets-ts/jqwidgets.d.ts" /> function createExpander(selector) { // initialization options - validated in typescript // jqwidgets.BarGaugeOptions has generated TS definition var options = { width: '350px' }; // creates an instance var myExpander = jqwidgets.createInstance(selector, 'jqxExpander', options); } //# sourceMappingURL=typescript-expander.js.map