X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=swat2%2Fstyle%2Fqooxdoo%2Fwidgets%2Fwidgets%2FQxInputCheckIcon.js;fp=swat2%2Fstyle%2Fqooxdoo%2Fwidgets%2Fwidgets%2FQxInputCheckIcon.js;h=0000000000000000000000000000000000000000;hb=143d3f1d90b1d8e35f03e03aa7d39c4090fe0296;hp=0256852df87e9dd9cb91b0609741205c65d819a7;hpb=6ccf2321cef9203bb80cb091700ea798095d094b;p=kai%2Fsamba.git diff --git a/swat2/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js b/swat2/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js deleted file mode 100644 index 0256852df87..00000000000 --- a/swat2/style/qooxdoo/widgets/widgets/QxInputCheckIcon.js +++ /dev/null @@ -1,2 +0,0 @@ -/* 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