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 560378aaca
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
14 years ago
..
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt [kdelibs/khtml] ecma: removed useless automoc-ing 14 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
THANKS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
domparser.cpp Trinity Qt initial conversion 14 years ago
domparser.h Trinity Qt initial conversion 14 years ago
jsk.html Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_binding.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_binding.h Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_css.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_css.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_debugwin.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_debugwin.h Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_dom.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_dom.h Trinity Qt initial conversion 14 years ago
kjs_events.cpp Trinity Qt initial conversion 14 years ago
kjs_events.h Trinity Qt initial conversion 14 years ago
kjs_html.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_html.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_mozilla.cpp Trinity Qt initial conversion 14 years ago
kjs_mozilla.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_navigator.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_navigator.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_proxy.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_proxy.h Trinity Qt initial conversion 14 years ago
kjs_range.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_range.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_traversal.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_traversal.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_views.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_views.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjs_window.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kjs_window.h Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
testecma.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
xmlhttprequest.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
xmlhttprequest.h Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
xmlserializer.cpp Trinity Qt initial conversion 14 years ago
xmlserializer.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

This module tqcontains 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/