|
|
|
| cp.modules navigator.crossProbe.modules The modules array hold references to all modules loaded into the interface with the loadModule method. The array place itself as an object of the crossProbe default object only; navigator.crossProbe and cp. Each loadable extension register itself to this array automatically and exposes name and version herein. Think of it as Netscapes navigator.plugins array and consider the following snippet exposing name and version information of all loaded extesions; for(var i = 0,n=""; i < cp.modules.length; i++) n+= cp.modules[i].name + cp.modules[i].version + "<br>"; alert(n) |
|
| Reference
Index. |
|