Languages/JavaScript: Difference between revisions

From KDE TechBase
(Content from http://developer.kde.org/language-bindings/js/index.html)
 
(No difference)

Latest revision as of 17:39, 10 March 2016

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.