Sha256: d8afa094009d19a9629138b037ddfd97d537a3a4e175ff13326c6acf260599bd
Contents?: true
Size: 564 Bytes
Versions: 7
Compression:
Stored size: 564 Bytes
Contents
/* Riassence Framework * 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
7 entries across 7 versions & 1 rubygems