Sha256: 6e4dafb31b6bcca58625adfa39718d33d09b194a8464bd391ae5e46a2adaf092

Contents?: true

Size: 551 Bytes

Versions: 5

Compression:

Stored size: 551 Bytes

Contents

/*   RSence
 *   Copyright 2006 Riassence Inc.
 *   http://riassence.com/
 *
 *   You should have received a copy of the GNU General Public License along
 *   with this software package. If not, contact licensing@riassence.com
 */

/*** = 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.
  **
  ***/
HPasswordControl = HTextControl.extend({
  
  componentName: 'passwordcontrol'
  
});

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rsence-2.0.0.10.pre js/controls/passwordcontrol/passwordcontrol.js
rsence-2.0.0.9.pre js/controls/passwordcontrol/passwordcontrol.js
rsence-2.0.0.8.pre js/controls/passwordcontrol/passwordcontrol.js
rsence-2.0.0.7.pre js/controls/passwordcontrol/passwordcontrol.js
rsence-2.0.0.6.pre js/controls/passwordcontrol/passwordcontrol.js