Bug 270023 DOM Node view should show namespace uri of attributes

patch by vhaarr+bmo@gmail.com r=caillon sr=neil
This commit is contained in:
timeless%mozdev.org 2006-07-31 14:51:14 +00:00
parent 382515e5a0
commit 02a01dec32

View File

@ -67,7 +67,14 @@
contextmenu="ppAttrContext"
onselect="viewer.pane.panelset.updateAllCommands()">
<treecols>
<!-- These labels don't need to be localized since they are defined by DOM APIs -->
<!-- These labels don't need to be localized since they are defined
by DOM APIs -->
<treecol id="colNamespaceURI"
hidden="true"
label="namespaceURI"
persist="width,hidden,ordinal"
flex="1"/>
<splitter class="tree-splitter"/>
<treecol id="colNodeName" label="nodeName" persist="width,hidden,ordinal" flex="1"/>
<splitter class="tree-splitter"/>
<treecol id="colNodeValue" label="nodeValue" persist="width,hidden,ordinal" flex="1"/>