textarea (function)

textarea(rows='', span=2, placeholder='', htmlId=False, inlineHelpText=False, blockHelpText=False, focusedInputText=False, required=False, disabled=False, prepopulate=False)[source]

Generate a textarea - TBS style

Key Arguments

  • rows – the number of rows the text area should span

  • span – column span

  • placeholder – the placeholder text

  • htmlId – html id for item

  • inlineHelpText – inline and block level support for help text that appears around form controls

  • blockHelpText – a longer block of help text that breaks onto a new line and may extend beyond one line

  • focusedInputText – make the input focused by providing some initial editable input text

  • required – required attribute if the field is not optional

  • disabled – add the disabled attribute on an input to prevent user input

Return

  • textarea – the textarea