/* 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' });