Re: [qooxdoo-devel] Keep array well indented after pretty-print

2014-11-18 Thread Richard Sternagel
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

Re: [qooxdoo-devel] Uploadmgr file extension issue

2014-11-18 Thread marchomal mal
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