-
Notifications
You must be signed in to change notification settings - Fork 0
/
RowTemplate5.yaml
26 lines (26 loc) · 1.06 KB
/
RowTemplate5.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
container:
type: DataRowPanel
event_bindings: {}
components:
- type: Button
properties: {role: null, align: center, tooltip: '', border: '', enabled: true,
foreground: '#ffffff', visible: true, text: + Add, font_size: null, font: '',
spacing_above: small, icon_align: left, spacing_below: small, italic: false, background: '#00a0ee',
bold: true, underline: false, icon: ''}
name: button_1
layout_properties: {column: VJWDYM}
event_bindings: {click: button_1_click}
- type: Label
properties: {}
name: label_2
layout_properties: {column: AGNULH}
data_bindings:
- {property: text, code: 'self.item[''Trip'']'}
- type: Label
properties: {role: null, align: left, tooltip: '', border: '', foreground: '', visible: true,
text: '', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
italic: false, background: '', bold: false, underline: false, icon: ''}
name: label_amount
layout_properties: {column: KUXLKS}
data_bindings:
- {property: text, code: 'self.item[''index'']'}