Open main menu

CDOT Wiki β

Changes

Newsgroup summaries:mozilla-dev-embedding:2006-10-06

9 bytes added, 16:00, 6 October 2006
m
no edit summary
=FAQ=
===How to customize document retrieval===
One method is to implement your own protocol method. You can find more information on adding new protocols [http://kb.mozillazine.org/Dev_:_Protocol_Handlers here]
}
</pre>
===Javascript callback How to map a javascript function with to a C++ embeddingfunction===
Define an XPCOM class defining the function you'll be doing in javascript. Then pass the object to your XPCOM coded object and call it from C++. You can find this answered repeated and with an example [http://groups.google.com/group/mozilla.dev.embedding/browse_thread/thread/af33a04e00387f5d/34d897200d736061#34d897200d736061 here]
1
edit