Show
Ignore:
Timestamp:
05/01/07 19:39:53 (5 years ago)
Author:
2bass
Message:

changement de l'attribut id en anonid

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xul/content/bindings/trombinoscope.xml

    r67 r78  
    2525                </resources> 
    2626                <content> 
    27                         <xul:vbox id="conteneur" /> 
     27                        <xul:vbox anonid="conteneur" /> 
    2828                </content> 
    2929                <implementation> 
     
    7373                                        var adherents = this._adherents; 
    7474                                        const XULNS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; 
    75                                         var conteneur = document.getAnonymousElementByAttribute(this,'id','conteneur'); 
     75                                        var conteneur = document.getAnonymousElementByAttribute(this,'anonid','conteneur'); 
    7676                                        var width = this.width; 
    7777                                        while (conteneur.firstChild)