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 439 B
/// <reference path="../../../jqwidgets-ts/jqwidgets.d.ts" /> function createEditor(selector) { // initialization options - validated in typescript // jqwidgets.EditorOptions has generated TS definition var options = { height: "400px", width: '800px' }; // creates an instance var myEditor = jqwidgets.createInstance(selector, 'jqxEditor', options); } //# sourceMappingURL=typescript-editor.js.map