From e87ef675fb8984871e14858811d3ea605760a72e Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 10 Jan 2007 02:37:05 +0000 Subject: r20641: Everything relevant from the old swat (now swat.obsolete) directory has been moved to webapps. Remove the obsolete directory. (This used to be commit e7a17c66ea08d74183efd6c0dedb68992e02e6db) --- .../qooxdoo-examples/example/RadioButton_1.html | 114 --------------------- 1 file changed, 114 deletions(-) delete mode 100644 swat.obsolete/apps/qooxdoo-examples/example/RadioButton_1.html (limited to 'swat.obsolete/apps/qooxdoo-examples/example/RadioButton_1.html') diff --git a/swat.obsolete/apps/qooxdoo-examples/example/RadioButton_1.html b/swat.obsolete/apps/qooxdoo-examples/example/RadioButton_1.html deleted file mode 100644 index 6976cb5fbf..0000000000 --- a/swat.obsolete/apps/qooxdoo-examples/example/RadioButton_1.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - qooxdoo » Demo - - - - - - - -
-

Tests for qx.ui.form.RadioButton. qx.ui.form.RadioButton extends qx.ui.basic.Atom and so it inherits all the options and properties defined there.

-

To group multiple QxRadioButtons you must define a instance of qx.manager.selection.RadioManager and add them to this new instance. All QxRadioButtons assigned to the same group make sure that only one of them is checked at the same time.

-

-

- - - - -- cgit