This commit is contained in:
mikep%oeone.com 2002-09-06 14:45:49 +00:00
Родитель fd404cb2c2
Коммит 8c4bfc68fc
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -379,7 +379,7 @@
</box>
</hbox>
<tree id="unifinder-search-results-listbox" flex="1"
onselect="unifinderClickEvent( event )"
onselect="unifinderOnSelect( event )"
enableColumnDrag="true"
>
<treecols id="unifinder-search-results-tree-cols">
@ -403,7 +403,9 @@
flex="1" label="&calendar.unifinder.tree.categories.label;"/>
</treecols>
<!-- on mousedown here happens before onclick above -->
<treechildren tooltip="savetip"
onmousedown=""
onmousemove="changeToolTipTextForEvent( event )"
onkeypress="if (event.keyCode == 13) unifinderEditCommand();"
ondragover="return( false );"