Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5261 Rev 5447
Line 348... Line 348...
348
        _createInput: function(){ 
348
        _createInput: function(){ 
349
            var self = this;
349
            var self = this;
350
                        
350
                        
351
            var input = document.createElement("input");
351
            var input = document.createElement("input");
352
            input.setAttribute('type', 'file');
352
            input.setAttribute('type', 'file');
-
 
353
            input.setAttribute('multiple', 'multiple');
353
            input.setAttribute('name', this._settings.name);
354
            input.setAttribute('name', this._settings.name + '[]');
354
            
355
            
355
            addStyles(input, {
356
            addStyles(input, {
356
                'position' : 'absolute',
357
                'position' : 'absolute',
357
                // in Opera only 'browse' button
358
                // in Opera only 'browse' button
358
                // is clickable and it is located at
359
                // is clickable and it is located at