Changeset 498


Ignore:
Timestamp:
04/27/12 18:05:16 (12 years ago)
Author:
vmipsl
Message:

nouvel appel des selects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tapas/web/project/formTapas_script.jsp

    r497 r498  
    269269    onClickSubmit: function() 
    270270    { 
    271         if( this.validFields() ) 
    272         { 
    273             if( confirm( tapasTexts["confirm"] ) ) 
    274             { 
    275                 this.containerErrors.hide(); 
    276 //                this.requestCreateXML(); 
    277             } 
    278         } 
     271//        if( this.validFields() ) 
     272//        { 
     273//            if( confirm( tapasTexts["confirm"] ) ) 
     274//            { 
     275//                this.containerErrors.hide(); 
     276        this.requestCreateXML(); 
     277//            } 
     278//        } 
    279279    }, 
    280280 
     
    300300    onClickDel: function() 
    301301    { 
     302        // TODO : enlever le pouet 
    302303        if( confirm( "pouet" ) ) 
    303304        { 
     
    591592 
    592593            //la valeur selectionnee 
    593             preference.format.secondValue = this.selectFormats.getValue(); 
     594//            preference.format.secondValue = this.selectFormats.getValue(); 
     595            preference.format.secondValue = $( "#select_iformat_" + i )[0].textContent; 
    594596 
    595597            preference.rayleighExtinction = new Object(); 
Note: See TracChangeset for help on using the changeset viewer.