Mercurial > lada > lada-client
comparison app/controller/grid/ProbeList.js @ 1164:f43635937581
Open Probe always on the left side of the window and Messung on the right side
author | Evi Huber <ehuber@bfs.de> |
---|---|
date | Tue, 28 Jun 2016 13:16:54 +0200 |
parents | a73726bba79c |
children | 848b50a4a4eb |
comparison
equal
deleted
inserted
replaced
1163:d3cf992099a0 | 1164:f43635937581 |
---|---|
60 | 60 |
61 var win = Ext.create(winname, { | 61 var win = Ext.create(winname, { |
62 record: record, | 62 record: record, |
63 style: 'z-index: -1;' //Fixes an Issue where windows could not be created in IE8 | 63 style: 'z-index: -1;' //Fixes an Issue where windows could not be created in IE8 |
64 }); | 64 }); |
65 | 65 win.setPosition(30); |
66 win.show(); | 66 win.show(); |
67 win.initData(); | 67 win.initData(); |
68 }, | 68 }, |
69 | 69 |
70 /** | 70 /** |