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
Michele Calgaro 03aa7238b3
Replace Q_WS_* defines with TQ_WS_* equivalents
2 months ago
..
AUTHORS Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
README Rename KHTML and kiobuffer 11 years ago
THANKS Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
domparser.cpp Removed code formatting modelines. 4 years ago
domparser.h Removed code formatting modelines. 4 years ago
jsk.html Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjs_binding.cpp Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 7 months ago
kjs_binding.h Removed code formatting modelines. 4 years ago
kjs_css.cpp Removed code formatting modelines. 4 years ago
kjs_css.h Removed code formatting modelines. 4 years ago
kjs_debugwin.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kjs_debugwin.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kjs_dom.cpp Replaced various '#define' with actual strings - part 4 5 months ago
kjs_dom.h Removed code formatting modelines. 4 years ago
kjs_events.cpp Replaced various '#define' with actual strings - part 4 5 months ago
kjs_events.h Removed code formatting modelines. 4 years ago
kjs_html.cpp Removed code formatting modelines. 4 years ago
kjs_html.h Removed code formatting modelines. 4 years ago
kjs_mozilla.cpp Removed code formatting modelines. 4 years ago
kjs_mozilla.h Removed code formatting modelines. 4 years ago
kjs_navigator.cpp Removed code formatting modelines. 4 years ago
kjs_navigator.h Removed code formatting modelines. 4 years ago
kjs_proxy.cpp Improve code of commit 856ba6b4 1 year ago
kjs_proxy.h Removed code formatting modelines. 4 years ago
kjs_range.cpp Removed code formatting modelines. 4 years ago
kjs_range.h Removed code formatting modelines. 4 years ago
kjs_traversal.cpp Removed code formatting modelines. 4 years ago
kjs_traversal.h Removed code formatting modelines. 4 years ago
kjs_views.cpp Removed code formatting modelines. 4 years ago
kjs_views.h Removed code formatting modelines. 4 years ago
kjs_window.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 2 months ago
kjs_window.h Replace Q_WS_* defines with TQ_WS_* equivalents 2 months ago
testecma.cpp Rename KHTML and kiobuffer 11 years ago
xmlhttprequest.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
xmlhttprequest.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
xmlserializer.cpp Removed code formatting modelines. 4 years ago
xmlserializer.h Removed code formatting modelines. 4 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/