Zobrazovaní středisek a pracovních skupin ve stromové struktuře.

refs #97
This commit is contained in:
2014-06-13 16:26:24 +02:00
parent 6dcc93ee83
commit 9935a77bfb
4 changed files with 98 additions and 0 deletions
+16
View File
@@ -55,6 +55,22 @@
</template>
</listbox>
<groupbox>
<caption label="členové"/>
<tree hflex="1" model="@load(vm.workgroupTreeModel)">
<treecols>
<treecol/>
</treecols>
<template name="model">
<treeitem>
<treerow>
<treecell image="@load(each.data.hasJob ? '/img/user-small.png' : '/img/commission-small.png')" label="@load(each.data.fullName)"/>
</treerow>
</treeitem>
</template>
</tree>
</groupbox>
<!-- <panel hflex="1" width="70%" height="480px">
<panelchildren>
<grid model="@load(vm.dataBean.approvers)" height="90px">