summaryrefslogtreecommitdiff
path: root/swat.obsolete/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2006-12-31 20:12:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:35:23 -0500
commit5f9f72a9cfab80561b23284001b67c4ea961757b (patch)
tree7d96ecee2871744a77069373f52db425ba788951 /swat.obsolete/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js
parentbea98d5f1a341b2867ef6d10fd1d2bd56ae887d0 (diff)
downloadsamba-5f9f72a9cfab80561b23284001b67c4ea961757b.tar.gz
r20446: rename swat directory to swat.obsolete; keeping it around since there is lots of useful info in it.
Diffstat (limited to 'swat.obsolete/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js')
-rw-r--r--swat.obsolete/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/swat.obsolete/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js b/swat.obsolete/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js
new file mode 100644
index 00000000000..0256852df87
--- /dev/null
+++ b/swat.obsolete/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js
@@ -0,0 +1,2 @@
+/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */
+function QxInputCheckIcon(){QxWidget.call(this);this.setTagName("INPUT");this.setCanSelect(false);this.setTabIndex(-1);};QxInputCheckIcon.extend(QxWidget,"QxInputCheckIcon");QxInputCheckIcon.addProperty({name:"name",type:String,impl:"apply"});QxInputCheckIcon.addProperty({name:"value",impl:"apply"});QxInputCheckIcon.addProperty({name:"type",impl:"apply"});QxInputCheckIcon.addProperty({name:"checked",type:Boolean,defaultValue:false,impl:"apply",getAlias:"isChecked"});proto._modifyApply=function(_b1,_b2,_b3,_b4){return this.setHtmlProperty(_b3,_b1);};proto.isLoaded=proto.getLoaded=function(){return true;};proto.getPreferredWidth=function(){return 13;};proto.getPreferredHeight=function(){return 13;}; \ No newline at end of file