Bug 194876 Want tree attribute for column picker tooltip text r=varga sr=sspitzer

This commit is contained in:
neil%parkwaycc.co.uk 2003-02-26 13:07:38 +00:00
Родитель 23bda668ab
Коммит 0d50af0e03
3 изменённых файлов: 3 добавлений и 2 удалений

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

@ -38,7 +38,7 @@ Contributors:
<tree id="threadTree" flex="1" enableColumnDrag="true" _selectDelay="500" class="plain" disableKeyNavigation="true"
onkeypress="ThreadPaneKeyPress(event);"
onselect="ThreadPaneSelectionChanged();">
<treecols>
<treecols pickertooltiptext="&columnChooser.tooltip;">
<treecol id="threadCol" persist="hidden ordinal" fixed="true" cycler="true" class="treecol-image threadColumnHeader" currentView="unthreaded"
display="&threadColumn.label;" tooltiptext="&threadColumn.tooltip;"/>
<splitter class="tree-splitter"/>

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

@ -37,6 +37,7 @@ Rights Reserved.
<!ENTITY idColumn.label "ID">
<!--Tooltips-->
<!ENTITY columnChooser.tooltip "Click to select columns to display">
<!ENTITY threadColumn.tooltip "Click to display message threads">
<!ENTITY senderColumn.tooltip "Click to sort by sender">
<!ENTITY subjectColumn.tooltip "Click to sort by subject">

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

@ -637,7 +637,7 @@
<binding id="treecols" extends="chrome://global/content/bindings/tree.xml#tree-base">
<content>
<children includes="treecol|splitter"/>
<xul:treecolpicker class="treecol-image" fixed="true" ordinal="2147483647"/>
<xul:treecolpicker class="treecol-image" fixed="true" ordinal="2147483647" xbl:inherits="tooltiptext=pickertooltiptext"/>
</content>
<implementation implements="nsIAccessibleProvider">
<property name="accessible">