Mercurial > lada > lada-client
comparison app/view/window/ProbeEdit.js @ 943:0a233865a9c3
PKommentar an MKommentar grid modified
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Wed, 14 Oct 2015 11:40:25 +0200 |
parents | 8054232535ba |
children | 9ac03f461ab4 |
comparison
equal
deleted
inserted
replaced
942:f2001df0e494 | 943:0a233865a9c3 |
---|---|
95 name: 'probenzusatzwerte', | 95 name: 'probenzusatzwerte', |
96 title: 'Zusatzwerte', | 96 title: 'Zusatzwerte', |
97 padding: '5, 5', | 97 padding: '5, 5', |
98 margin: 5, | 98 margin: 5, |
99 collapsible: true, | 99 collapsible: true, |
100 collapsed: true, | 100 collapsed: false, |
101 items: [{ | 101 items: [{ |
102 xtype: 'probenzusatzwertgrid', | 102 xtype: 'probenzusatzwertgrid', |
103 recordId: this.record.get('id') | 103 recordId: this.record.get('id') |
104 }] | 104 }] |
105 }, { | 105 }, { |
107 name: 'pkommentare', | 107 name: 'pkommentare', |
108 title: 'Kommentare', | 108 title: 'Kommentare', |
109 padding: '5, 5', | 109 padding: '5, 5', |
110 margin: 5, | 110 margin: 5, |
111 collapsible: true, | 111 collapsible: true, |
112 collapsed: true, | 112 collapsed: false, |
113 items: [{ | 113 items: [{ |
114 xtype: 'pkommentargrid', | 114 xtype: 'pkommentargrid', |
115 recordId: this.record.get('id') | 115 recordId: this.record.get('id') |
116 }] | 116 }] |
117 }] | 117 }] |