Sha256: a59958bc6db68993f4bce8230cfc91935d32599f2615d920fb0081f3ca691c52
Contents?: true
Size: 567 Bytes
Versions: 105
Compression:
Stored size: 567 Bytes
Contents
/* RSence * Copyright 2008 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 ** HTextArea is a scrollable multi-line area that displays editable plain ** text. ** ** = Instance variables ** +type+:: '[HTextArea]' ** +value+:: The string that is currently held by this object. ***/ var//RSence.Controls HTextArea = HTextControl.extend({ componentName: "textarea" });
Version data entries
105 entries across 105 versions & 2 rubygems