Alexander Schenkel

Results 2 issues of Alexander Schenkel

Dear Harald, Just updated the Uploader Plugin Window code so that one can configure the Upload progress window modal: ``` { xtype: 'uploadbutton', plugins: [{ ptype: 'ux.upload.window', title: 'Upload', width:...

I created a small plugin, `formatIf`, to enhance the original `format()`'s behaviour for invalid dates: `formatIf()` returns the formatted date (wrapper around `format()`) if the dayjs object is valid. If...