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