Changeset 15097


Ignore:
Timestamp:
03/13/10 12:13:01 (2 years ago)
Author:
sys
Message:

ut : Rétro Compatibilité temporaire pour le code free des modèles (Optim...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/content/scenariCms/ut.js

    r14787 r15097  
    396396        } 
    397397} 
     398 
     399//********************* Rétro Compatibilité pour le code free des modèles (Optim...) ************* 
     400ut.writeWait = function (pBox, pMessage){ 
     401        ui.writeWait(pBox, pMessage); 
     402} 
     403ut.execXsl = function(pXsl, pSrcNode, pDstNode, pTabParamsXsl) { 
     404        dom.execXsl(pXsl, pSrcNode, pDstNode, pTabParamsXsl); 
     405} 
Note: See TracChangeset for help on using the changeset viewer.