You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdehtml/ecma
Timothy Pearson 5159cd2beb
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
..
AUTHORS Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
THANKS Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
domparser.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
domparser.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
jsk.html Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_binding.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_binding.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_css.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_css.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_debugwin.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_debugwin.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_dom.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_dom.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_events.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_events.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_html.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_html.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_mozilla.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_mozilla.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_navigator.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_navigator.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_proxy.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_proxy.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_range.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_range.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_traversal.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_traversal.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_views.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_views.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_window.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjs_window.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
testecma.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
xmlhttprequest.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
xmlhttprequest.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
xmlserializer.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
xmlserializer.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago

README

This module contains the ECMAScript a.k.a. JavaScript language bindings for
the KHTML Part.

The module is loaded into KHTML's address space on demand.

To test the non-HTML DOM functions you may compile a little interactive
interpreter called 'testecma' with 'make check' (see testecma.cpp for
further details).

Harri Porten <porten@kde.org>

========================================================================
Appendix A: Web sites with useful tests

http://oucsace.cs.ohiou.edu/~ywang/JavaScript
http://www.xs4all.nl/~ppk/js/index.html?version5.html

Appendix B: References for HTML JavaScript bindings

http://msdn.microsoft.com/workshop/author/dhtml/reference/objects.asp
http://docs.sun.com/source/816-6408-10/