Not allow select rows in calendar tree.
Workaround to disable select rows in tree using nonselectableTags attribute. FEA: ItEr75S05CalendarAdminInterfaceItEr74S06
This commit is contained in:
parent
3ad1c801a6
commit
adf65e08bf
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
<window id="${arg.top_id}" title="${i18n:_('Calendars List')}">
|
||||
<tree id="tree" model="@{calendarController.baseCalendarsTreeModel}"
|
||||
treeitemRenderer="@{calendarController.baseCalendarsTreeitemRenderer}"
|
||||
zclass="z-dottree">
|
||||
zclass="z-dottree"
|
||||
nonselectableTags="div,span,img">
|
||||
<treecols sizable="true">
|
||||
<treecol label="${i18n:_('Name')}" />
|
||||
<treecol label="${i18n:_('Inherits from date')}" width="150px" align="center"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue