Ignore:
Timestamp:
03/06/10 11:58:53 (2 years ago)
Author:
sys
Message:

impl tree : bodyMinWidth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Commons/content/scenariCommons/widgets/jsTree/jsTree.xbl.xml

    r15056 r15058  
    8080                        <method name="initColumns"> 
    8181                                <body><![CDATA[ 
     82                                try{ 
    8283                                        var vCdLists = this.getAttribute("columnsLists"); 
    8384                                        if(vCdLists) { 
     
    116117                                                Components.utils.import("resource://scenariCommons/widgets/jsTree/columns.jsm", vLib); 
    117118                                                vLib.columns.injectSplitters(vTreeCols); 
    118                                                 log.info("vTreeCols::::::::::::::::::::::::::\n"+log.getXml(vTreeCols)); 
     119                                                vLib.columns.computeBodyMinWidth(vTreeCols); 
    119120                                        } 
    120121                                        //Initialisation des CellBuilders. 
    121122                                        this.fView.initTree(); 
     123                                }catch(e){log.debug("jsTree.initColumns : "+e);} 
    122124                                ]]></body> 
    123125                        </method> 
Note: See TracChangeset for help on using the changeset viewer.