I can't reproduce this behavior with this version (with a fresh
downloaded SDK). Are you sure?
Am 17.11.14 um 10:46 schrieb woprandi:
> Last version (4.0.1)
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/Keep-array-well-indented-after-pretty-print-tp7586378p7586383
Hello,
Try to add this lines to the constructor of the class
"com.zenesis.qx.upload.InputElement"
this.base(arguments, 'input', css, {
type : 'file',
name : name,
title: ' ',
accept: ".png, .jpg" // YOUR FILE EXTENSIONS HERE
});
construct: f