UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

15 lines (14 loc) 261 B
JS.imports([ '$jsvp', '$jsfx' ]).then(() => { new TextInput({ id: 'txt1' }); new Button({ id: 'btn1', text: 'Close Me' }).on('click', () => { Page.fireEvent('close', ['data from inner.html']); }); });