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