svghmi/widget_keypad.ysl2
branchsvghmi
changeset 3125 1fb0c07bd97b
parent 3118 e704b0487515
child 3232 7bdb766c2a4d
equal deleted inserted replaced
3124:f263359d8108 3125:1fb0c07bd97b
   101                  this._editstr = this.editstr;
   101                  this._editstr = this.editstr;
   102                  this.Value_elt.textContent = this.editstr;
   102                  this.Value_elt.textContent = this.editstr;
   103              }
   103              }
   104              if(this.Shift_sub && this.shift != this._shift){
   104              if(this.Shift_sub && this.shift != this._shift){
   105                  this._shift = this.shift;
   105                  this._shift = this.shift;
   106                  (this.shift?widget_active_activable:widget_inactive_activable)(this.Shift_sub);
   106                  (this.shift?this.activate_activable:this.inactivate_activable)(this.Shift_sub);
   107              }
   107              }
   108              if(this.CapsLock_sub && this.caps != this._caps){
   108              if(this.CapsLock_sub && this.caps != this._caps){
   109                  this._caps = this.caps;
   109                  this._caps = this.caps;
   110                  (this.caps?widget_active_activable:widget_inactive_activable)(this.CapsLock_sub);
   110                  (this.caps?this.activate_activable:this.inactivate_activable)(this.CapsLock_sub);
   111              }
   111              }
   112          }
   112          }
   113     }
   113     }
   114     ||
   114     ||
   115 
   115