Not allow select rows in calendar tree.

Workaround to disable select rows in tree using nonselectableTags
attribute.

FEA: ItEr75S05CalendarAdminInterfaceItEr74S06
This commit is contained in:
Manuel Rego Casasnovas 2011-07-22 07:52:15 +02:00
parent 3ad1c801a6
commit adf65e08bf

View file

@ -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"/>