Sha256: fabf28f6cd1048e15de07c5ff24b5dbf2fe3571abc6188b51178a0ca3c878aed
Contents?: true
Size: 319 Bytes
Versions: 6
Compression:
Stored size: 319 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({fieldType: 'password'});
Version data entries
6 entries across 6 versions & 1 rubygems