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/khtml/ecma
tpearson 13ad43878d
kdelibs should now compile properly with TQt for Qt4
14 years ago
..
AUTHORS
CMakeLists.txt
Makefile.am
README
THANKS
TODO
domparser.cpp
domparser.h
jsk.html
kjs_binding.cpp kdelibs should now compile properly with TQt for Qt4 14 years ago
kjs_binding.h Finished remaining porting to new TQt API 14 years ago
kjs_css.cpp Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
kjs_css.h
kjs_debugwin.cpp Allow kdelibs to function correctly with TQt for Qt4 14 years ago
kjs_debugwin.h
kjs_dom.cpp Finished remaining porting to new TQt API 14 years ago
kjs_dom.h
kjs_events.cpp Finished remaining porting to new TQt API 14 years ago
kjs_events.h
kjs_html.cpp Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
kjs_html.h
kjs_mozilla.cpp
kjs_mozilla.h
kjs_navigator.cpp Allow kdelibs to function correctly with TQt for Qt4 14 years ago
kjs_navigator.h
kjs_proxy.cpp Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
kjs_proxy.h
kjs_range.cpp
kjs_range.h
kjs_traversal.cpp
kjs_traversal.h
kjs_views.cpp
kjs_views.h
kjs_window.cpp Allow kdelibs to function correctly with TQt for Qt4 14 years ago
kjs_window.h
testecma.cpp
xmlhttprequest.cpp Finished remaining porting to new TQt API 14 years ago
xmlhttprequest.h
xmlserializer.cpp
xmlserializer.h

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/