KJSEmbed Documentation
Introduction
The KJSEmbed library is an easy-to-use wrapper around the KDE
ECMAScript interpreter (kjs) that makes it easy to add scriptability
to an application. The kjsembed library is distributed in the
kdebindings module of KDE. This library provides a binding between
Qt/KDE applications and KJS.
Discussion Forums
There is now a KJSEmbed mailing list, see
http://mail.kde.org/mailman/listinfo/kjsembed
for more information about the list. In addition to the mailing list,
KJSEmbed is discussed on the #kaxul IRC channel (on the freenode IRC network).
Learning KJSEmbed
An introduction to KJSEmbed. The example scripts demonstrate the use
of all the major objects, and even provides some useful tools. The
tutorial provides a basic introduction to using KJSEmbed, though it is
a little out of date.
- Examples
Example scripts showing how to use KJSEmbed.
- Tutorial
A tutorial for the library. NOTE: Some of the info here is out of date, see the
examples for cleaner ways to do things.
- ChangeLog
A log of the change history generated from CVS commit messages.
- TODO
The todo list for KJSEmbed.
Reference Information
A reference manual for both the C++ and Javascript APIs defined by
KJSEmbed. The C++ API is of interest to developers looking to adding
scripting to support to their applications, the JS API is for people
who want to write scripts.
JavaScript API
Host API
Appendices
References