Implementing components in JS ?
"Stefan Frasch" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpcom |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hi, Is there anywhere an article or tutorial which shows and describe how I have to implement components in JavaScript ? I want to implement an interface in JS because then I'am able to call JS functions from inside my plugins via XPConnect. Some documentation I have found describes only implementing components in C++. The way I call methods of these component (via Interface) I have understand. But nowhere I have found something about implementing components in JS. Thanks ...