Ignore:
Timestamp:
03/04/10 09:42:02 (2 years ago)
Author:
sam
Message:

treeItemnetView : ajout desc avec direction explicite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/content/scenariWsp/views/treeItemnetView/treeItemnetView.xbl.xml

    r15015 r15022  
    5757                <content view="asc" flex="1" orient="vertical" label="Liens" iconUrl="" longDesc="Parcours des liens entre items" contextmenu="_child"> 
    5858                        <xul:menupopup actionsLists="menu:treeItemnetView menu:common:uri" groupsOrder="uriCopyPaste uriActions * uriActionsOut" xbl:inherits="groupsOrder" onpopupshowing="this.parentNode.onPopupShowing(event);" onpopuphiding="this.parentNode.onPopupHiding(event);" onclick="event.stopPropagation();"/> 
     59                        <xul:vbox class="dirMsg"> 
     60                                <xul:description class="small-margin dirMsgAsc">Items ascendants :</xul:description> 
     61                                <xul:description class="small-margin dirMsgDesc">Items descendants :</xul:description> 
     62                        </xul:vbox> 
    5963                        <xul:tree flex="1" hidecolumnpicker="true" seltype="single" _selectDelay="500" flags="dont-build-content"> 
    6064                                <xul:treecols> 
     
    899903                </handlers> 
    900904        </binding> 
    901         <xbl:binding id="toolBar"> 
     905        <binding id="toolBar"> 
    902906                <resources> 
    903907                        <stylesheet src="chrome://scenariWsp/content/views/treeItemnetView/treeItemnetView.xbl.css"/> 
     
    930934                        </method> 
    931935                </implementation> 
    932         </xbl:binding> 
     936        </binding> 
    933937</bindings> 
Note: See TracChangeset for help on using the changeset viewer.