History of Using nsISimpleEnumerator Revision history for: English (US) Jun 3, 2015, 6:17:12 PM Dolske Fixed broken stringbundle example -- it was close, but not actually working. Previous Feb 29, 2016, 1:10:09 AM teoli Fixed broken stringbundle example -- it was close, but not actually working.Using_nsISimpleEnumerator Mozilla/Tech/XPCOM/Using_nsISimpleEnumerator Previous Nov 8, 2011, 1:44:41 AM mcpherrinm Broken link; one or more formatting changes Previous Jan 24, 2010, 12:04:53 AM Ferric 2 words added, 2 words removed Previous May 29, 2007, 4:40:08 AM Nickolay js1.7 example May 28, 2007, 9:11:39 PM Yanmorin New page: == Using nsISimpleEnumerator == * <stringbundle>.strings var enumerator = document.getElementById('aStringBundleID').strings; var s = '' while (enumerator.hasMoreElements()) { var p...