Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/form/SimpleTextarea.js

  • Provides:

    • dijit.form.SimpleTextarea
  • Requires:

    • dijit.form.TextBox in common
  • dijit.form.SimpleTextarea

    • type
      Function
    • chains:
      • dijit.form.TextBox: (prototype)
      • dijit.form.TextBox: (call)
    • summary
      A simple textarea that degrades, and responds to
      minimal LayoutContainer usage, and works with dijit.form.Form.
      Doesn't automatically size according to input, like Textarea.
    • example
      	<textarea dojoType="dijit.form.SimpleTextarea" name="foo" value="bar" rows=30 cols=40></textarea>
    • example
      	new dijit.form.SimpleTextarea({ rows:20, cols:30 }, "foo");
  • dijit.form.SimpleTextarea.baseClass

    • type
      String
  • dijit.form.SimpleTextarea.attributeMap

    • type
      Object
  • dijit.form.SimpleTextarea.rows

    • type
      Number
    • summary
      The number of characters per line.
  • dijit.form.SimpleTextarea.cols

    • type
      String
  • dijit.form.SimpleTextarea.templateString

    • type
      String
  • dijit.form.SimpleTextarea.postMixInProperties

    • type
      Function
  • dijit.form.SimpleTextarea.value

  • dijit.form.SimpleTextarea.buildRendering

    • type
      Function
  • dijit.form.SimpleTextarea.filter

    • parameters:
      • value: (typeof String)
    • type
      Function
  • dijit.form.SimpleTextarea._previousValue

    • type
      String
  • dijit.form.SimpleTextarea._onInput

    • parameters:
      • e: (typeof Event)
    • type
      Function
  • dijit.form.SimpleTextarea.textbox

  • dijit.form.SimpleTextarea.textbox.selectionStart

  • dijit.form.SimpleTextarea.textbox.value

    • type
      String
  • dijit.form

    • type
      Object
  • dijit

    • type
      Object