- Timestamp:
- 03/06/10 11:58:53 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Commons/content/scenariCommons/widgets/jsTree/jsTree.xbl.xml
r15056 r15058 80 80 <method name="initColumns"> 81 81 <body><![CDATA[ 82 try{ 82 83 var vCdLists = this.getAttribute("columnsLists"); 83 84 if(vCdLists) { … … 116 117 Components.utils.import("resource://scenariCommons/widgets/jsTree/columns.jsm", vLib); 117 118 vLib.columns.injectSplitters(vTreeCols); 118 log.info("vTreeCols::::::::::::::::::::::::::\n"+log.getXml(vTreeCols));119 vLib.columns.computeBodyMinWidth(vTreeCols); 119 120 } 120 121 //Initialisation des CellBuilders. 121 122 this.fView.initTree(); 123 }catch(e){log.debug("jsTree.initColumns : "+e);} 122 124 ]]></body> 123 125 </method>
Note: See TracChangeset
for help on using the changeset viewer.