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