- Timestamp:
- 03/05/10 16:48:16 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Wsp/content/scenariWsp/windows/itemSelector/selItem.xul
r15032 r15049 62 62 <matrix id="matrix" orient="horizontal"/> 63 63 64 < vbox id="refBar" align="center">64 <hbox id="btnsBar"> 65 65 <hbox id="itemViewBox" align="center"> 66 <text id="itemViewLabel" value="Item référencé : "/>67 <itemView id=" itemView" flex="1" withstatus="false"/>66 <text id="itemViewLabel" value="Item sélectionné : "/> 67 <itemView id="selectedItemView"/> 68 68 </hbox> 69 </vbox>70 <hbox id="btnsBar">71 69 <spacer id="btnsBarSpacer" flex="1"/> 72 70 <button id="btnCancel" label="Annuler" oncommand="desk.cancelAndClose();"/> … … 81 79 var sThisCallback = window.arguments[2] || sContext.window; 82 80 var sResult = {}; 81 log.info("sContext::::::::::"+log.listProperties(sContext)); 83 82 84 83 //Init de la fontSize de la window
Note: See TracChangeset
for help on using the changeset viewer.