]> git.mxchange.org Git - friendica-addons.git/blob
f2d0d96cdc4fd434003af33b5f9914ea2c07b1e3
[friendica-addons.git] /
1 ({
2   type: 'recycle-list',
3   attr: {
4     append: 'tree',
5     listData: [
6       { type: 'A' },
7       { type: 'A' }
8     ],
9     switch: 'type',
10     alias: 'item'
11   },
12   children: [{
13     type: 'cell-slot',
14     attr: { append: 'tree', case: 'A' },
15     children: [{
16       type: 'div',
17       attr: {
18         '@isComponentRoot': true,
19         '@componentProps': {
20           message: 'No binding'
21         }
22       },
23       children: [{
24         type: 'text',
25         classList: ['output'],
26         attr: {
27           value: { '@binding': 'output' }
28         }
29       }, {
30         type: 'input',
31         event: ['input'],
32         classList: ['input'],
33         attr: {
34           type: 'text',
35           value: 'No binding'
36         }
37       }]
38     }]
39   }]
40 })