Update of /cvsroot/qooxdoo/qooxdoo/source/script/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23870/source/script/core
Modified Files:
Tag: renderer
QxConst.js
Log Message:
Use string buffer like system to build window configuration
Index: QxConst.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxConst.js,v
retrieving revision 1.1.2.24
retrieving revision 1.1.2.25
diff -u -d -r1.1.2.24 -r1.1.2.25
--- QxConst.js 24 Jan 2006 12:21:40 -0000 1.1.2.24
+++ QxConst.js 24 Jan 2006 12:46:05 -0000 1.1.2.25
@@ -72,6 +72,8 @@
CORE_DIV : "div",
CORE_DISABLED : "disabled",
CORE_EVENTPREFIX : "evt",
+ CORE_YES : "yes",
+ CORE_NO : "no",
HTML_AMPERSAND : "&",
HTML_SMALLER : "<",
|