Ignore:
Timestamp:
09/13/06 10:23:56 (6 years ago)
Author:
sam
Message:

maj dragdrop lib & assmnt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/sma_assmntUnitMlqXhtmlTransf/xhtmlContent.xsl.xsl

    r6528 r6529  
    362362        this.refreshResult = function(pDisplay){ 
    363363                if(pDisplay) this.fResultDisplay = pDisplay; 
    364                 if(this.fResultDisplay == "none") for(var i=this.fLabels.length -1; i &gt;=0; i--)  scDragMgr.helpers.delClass(this.fLabels[i],"<xsl0:value-of select="$vClassIfRight"/>").delClass(this.fLabels[i],"<xsl0:value-of select="$vClassIfWrong"/>"); 
     364                if(this.fResultDisplay == "none") for(var i=this.fLabels.length -1; i &gt;=0; i--)  scDragMgr.helpers.delClass(this.fLabels[i],"<xsl0:value-of select="$vClassIfRight"/>","<xsl0:value-of select="$vClassIfWrong"/>"); 
    365365                else for(var i=this.fLabels.length -1; i &gt;=0; i--) { 
    366366                        var vLabel = this.fLabels[i]; 
     
    543543        <!-- #### MODE closeSeq : Script de sortie de la séquence . --> 
    544544        <xsl0:template match="sm:sequence" mode="closeSeq">case "<xsl0:value-of select="@code"/>" : { 
     545                this.refreshResult("none"); 
    545546                <xsl0:apply-templates select="sm:onExit/*" mode="jsAction"/> 
    546547                break; 
Note: See TracChangeset for help on using the changeset viewer.