Ignore:
Timestamp:
04/26/10 19:12:49 (14 years ago)
Author:
cbipsl
Message:

maj eccad V3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_eccad/trunk/ECCAD_INTERFACE/WEB-INF/src/org/medias/eccad/presentation/composant/ComposantPopup.java

    r68 r70  
    33import javax.faces.component.*; 
    44import javax.faces.context.*; 
    5 import java.util.*; 
    65import java.io.*; 
    7 import javax.faces.event.*; 
    86 
    97 
     
    1614         
    1715        private String classe; 
    18         private String onclick; 
     16//      private String onclick; 
    1917        private String style; 
    20         private String value; 
     18//      private String value; 
    2119           
    2220//**************************************// 
     
    4341                                style=(String)getAttributes().get("style"); 
    4442                        } 
    45                         if (getAttributes().containsKey("onclick")) 
    46                                 onclick=(String)getAttributes().get("onclick"); 
     43//                      if (getAttributes().containsKey("onclick")) 
     44//                              onclick=(String)getAttributes().get("onclick"); 
    4745                         
    4846                        /** ENCODAGE **/                                 
Note: See TracChangeset for help on using the changeset viewer.