Changeset 15076
- Timestamp:
- 03/08/10 11:46:11 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Wsp/content/scenariWsp/desks/wspDesk/wspDesk.js
r15069 r15076 71 71 var vActionSave = new actions.Action("actionSave").setGroup("content").setLabel("Enregistrer"); 72 72 vActionSave.isEnabled = function(pContext){ 73 log.info("vActionSave.isEnabled:::"+pContext);74 73 try { 75 74 return pContext.window.desk.requestForCurrentView({request:"isDirty"}, false);
Note: See TracChangeset
for help on using the changeset viewer.