jsdialog: update example TreeView JSON
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I6ac0f9b0863f3494841621ba73a7506111d7b65e
This commit is contained in:
parent
63b9a06e61
commit
7ab931454c
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
* type: 'treelistbox',
|
||||
* headers: [ { text: 'first column' }, { text: 'second' }],
|
||||
* entries: [
|
||||
* { row: 0, columns [ { text: 'a' }, { text: 'b' } ] },
|
||||
* { row: 1, columns [ { text: 'a2' }, { text: 'b2' }, selected: true ]}
|
||||
* { row: 0, columns [ { text: 'a' }, { collapsed: 'collapsedIcon.svg' } ] },
|
||||
* { row: 1, columns [ { text: 'a2' }, { expanded: 'expandedIcon.svg' }, selected: true ]}
|
||||
* ]
|
||||
* }
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue