Update of /cvsroot/qooxdoo/qooxdoo/source/test/user
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20109/source/test/user
Modified Files:
Tag: renderer
Native_Window_1.html
Log Message:
renamed source to url property
Index: Native_Window_1.html
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/test/user/Attic/Native_Window_1.html,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- Native_Window_1.html 23 Jan 2006 17:02:20 -0000 1.1.2.9
+++ Native_Window_1.html 23 Jan 2006 17:04:31 -0000 1.1.2.10
@@ -153,9 +153,9 @@
tf6.setLocation(0, 2);
tf6.setWidth(150);
- var btn6 = new QxButton("Set Source", "icons/16/buttonok.png");
+ var btn6 = new QxButton("Set Url", "icons/16/buttonok.png");
btn6.setLocation(155, 0);
- btn6.addEventListener("click", function() { w1.setSource(tf6.getValue()); });
+ btn6.addEventListener("click", function() { w1.setUrl(tf6.getValue()); });
|