Ignore:
Timestamp:
03/06/10 12:20:33 (2 years ago)
Author:
sys
Message:

Gestion layout horizontal / vertical

File:
1 edited

Legend:

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

    r14894 r15060  
    4242        <binding id="results"> 
    4343                <resources> 
     44                        <stylesheet src="chrome://scenariCommons/content/widgets/tree/tree.css"/> 
    4445                        <stylesheet src="results.xbl.css"/> 
    4546                </resources> 
     
    141142                                <body><![CDATA[ 
    142143                                        this.fLabelResultsNode.value = ""; 
    143                                         this.fTreeNode.cleanTree(); 
     144                                        if(this.fTreeInited) this.fTreeNode.cleanTree(); 
    144145                                ]]></body> 
    145146                        </method> 
Note: See TracChangeset for help on using the changeset viewer.