some speed improvments. reviewed by hangas.
git-svn-id: svn://10.0.0.236/trunk@53225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -33,7 +33,9 @@ Rights Reserved.
|
||||
ref="abdirectory://"
|
||||
datasources="rdf:addressdirectory"
|
||||
onselect="DirPaneSelectionChange(); document.commandDispatcher.updateCommands('tree-select');"
|
||||
onblur="goOnEvent(this,'blur')">
|
||||
onblur="goOnEvent(this,'blur')"
|
||||
allownegativeassertions="false"
|
||||
coalesceduplicatearcs="false">
|
||||
|
||||
<template>
|
||||
<rule>
|
||||
|
||||
@@ -34,7 +34,9 @@ Rights Reserved.
|
||||
onselect="top.ResultsPaneSelectionChange(); document.commandDispatcher.updateCommands('tree-select');"
|
||||
onblur="goOnEvent(this,'blur')"
|
||||
ondblclick="top.AbEditCard()"
|
||||
containment="http://home.netscape.com/NC-rdf#CardChild">
|
||||
containment="http://home.netscape.com/NC-rdf#CardChild"
|
||||
allownegativeassertions="false"
|
||||
coalesceduplicatearcs="false">
|
||||
|
||||
<template>
|
||||
<rule>
|
||||
@@ -50,9 +52,9 @@ Rights Reserved.
|
||||
</rule>
|
||||
</template>
|
||||
|
||||
<treecol style="width:20%" id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#DisplayName"/>
|
||||
<treecol style="width:21%" id="EmailColumn" rdf:resource="http://home.netscape.com/NC-rdf#PrimaryEmail"/>
|
||||
<treecol style="width:20%" id="WorkPhoneColumn" rdf:resource="http://home.netscape.com/NC-rdf#WorkPhone"/>
|
||||
<treecol style="width:1*" id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#DisplayName"/>
|
||||
<treecol style="width:1*" id="EmailColumn" rdf:resource="http://home.netscape.com/NC-rdf#PrimaryEmail"/>
|
||||
<treecol style="width:1*" id="WorkPhoneColumn" rdf:resource="http://home.netscape.com/NC-rdf#WorkPhone"/>
|
||||
|
||||
<treehead>
|
||||
<treerow>
|
||||
|
||||
Reference in New Issue
Block a user