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
Slávek Banko c6cb3f2794
Additional k => tde renaming and fixes
11 years ago
..
AUTHORS
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 KHTML and kiobuffer 12 years ago
THANKS
TODO
domparser.cpp
domparser.h
jsk.html
kjs_binding.cpp Rename KHTML and kiobuffer 12 years ago
kjs_binding.h
kjs_css.cpp
kjs_css.h
kjs_debugwin.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kjs_debugwin.h Rename many classes and header files to avoid conflicts with KDE4 12 years ago
kjs_dom.cpp Fix slot warnings when no partManager is available 12 years ago
kjs_dom.h
kjs_events.cpp Rename KHTML and kiobuffer 12 years ago
kjs_events.h
kjs_html.cpp Fix possible DOS in konqueror (CVE-2009-2537) 12 years ago
kjs_html.h
kjs_mozilla.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kjs_mozilla.h Rename KHTML and kiobuffer 12 years ago
kjs_navigator.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kjs_navigator.h Rename KHTML and kiobuffer 12 years ago
kjs_proxy.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kjs_proxy.h Rename KHTML and kiobuffer 12 years ago
kjs_range.cpp
kjs_range.h
kjs_traversal.cpp Rename KHTML and kiobuffer 12 years ago
kjs_traversal.h
kjs_views.cpp
kjs_views.h
kjs_window.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kjs_window.h Rename KHTML and kiobuffer 12 years ago
testecma.cpp Rename KHTML and kiobuffer 12 years ago
xmlhttprequest.cpp Additional k => tde renaming and fixes 11 years ago
xmlhttprequest.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
xmlserializer.cpp
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 TDEHTML Part.

The module is loaded into TDEHTML'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/