Languages/JavaScript: Difference between revisions

From KDE TechBase
No edit summary
 
(Content from http://developer.kde.org/language-bindings/js/index.html)
Line 1: Line 1:
For more information see http://xmelegance.org/kjsembed or the kdebindings/kjsembed module in SVN for KDE 3.
Javascript is most commonly known as a language for use in web pages, but it is also useful in other contexts. The KJSEmbed library illustrates this by making it easy to embed KJS in KDE applications. KJSEmbed provides a generic binding to QObjects, making it a trivial task to add scriptability to your app.
 
* [http://xmelegance.org/kjsembed/ KJSEmbed Homepage], http://xmelegance.org/kjsembed/
* [http://websvn.kde.org/trunk/KDE/kdebindings/kjsembed/ KJSEmbed SVN], http://websvn.kde.org/trunk/KDE/kdebindings/kjsembed/
* kdebindings/kjsembed module in SVN for KDE 3.

Revision as of 18:18, 8 May 2008

Javascript is most commonly known as a language for use in web pages, but it is also useful in other contexts. The KJSEmbed library illustrates this by making it easy to embed KJS in KDE applications. KJSEmbed provides a generic binding to QObjects, making it a trivial task to add scriptability to your app.