Sha256: b1a421a87d62285bebba6e573777a0dae80d99a1c971acddeec65d4c6c028ce7

Contents?: true

Size: 340 Bytes

Versions: 21

Compression:

Stored size: 340 Bytes

Contents

/*** = Description
  ** Just like HTextControl, but the typed characters are not shown.
  **
  ** = Instance variables
  ** +type+::  '[HPasswordControl]'
  ** +value+:: The string that is currently held by this object.
  **
  ***/
var//RSence.Controls
HPasswordControl = HTextControl.extend({
  
  componentName: 'passwordcontrol'
  
});

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rsence-pre-2.3.0.16 js/controls/passwordcontrol/passwordcontrol.js