Changeset 78 for trunk/xul/content/bindings/trombinoscope.xml
- Timestamp:
- 05/01/07 19:39:53 (5 years ago)
- Files:
-
- 1 modified
-
trunk/xul/content/bindings/trombinoscope.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xul/content/bindings/trombinoscope.xml
r67 r78 25 25 </resources> 26 26 <content> 27 <xul:vbox id="conteneur" />27 <xul:vbox anonid="conteneur" /> 28 28 </content> 29 29 <implementation> … … 73 73 var adherents = this._adherents; 74 74 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'); 76 76 var width = this.width; 77 77 while (conteneur.firstChild)
