Sha256: 267ad37eda15521276d63ea98bd0b821345d78c0f36139b86102398fd9d93443
Contents?: true
Size: 546 Bytes
Versions: 5
Compression:
Stored size: 546 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. ***/ HTextArea = HTextControl.extend({ componentName: "textarea" });
Version data entries
5 entries across 5 versions & 1 rubygems