.. _dijit/form/SimpleTextarea: dijit.form.SimpleTextarea ========================= :Status: Draft :Version: 1.3 :Authors: Doug Hays, Bill Keese, Nikolai Onken :Developers: Doug Hays, Bill Keese :Available: since V1.0 .. contents:: :depth: 2 A SimpleTextarea widget is an exact replacement for the native TEXTAREA element and was created to provide a thin widget wrapper that was necessary to interact with the :ref:`Form ` widget, and to provide the ability to specify *rows* and *cols* attributes which are not available in the :ref:`Textarea ` widget. Unlike the :ref:`Textarea ` widget, the height of this widget does not adjust to its content. It takes nearly all the parameters (*name*, *style*, etc.) that are available with a native TEXTAREA element. Note that when declaring a SimpleTextarea in markup you should use a ============= Accessibility ============= Keyboard -------- The SimpleTextarea widget uses native HTML TEXTAREA controls.