searchForm (function)

searchForm(buttonText='', span=2, inlineHelpText=False, blockHelpText=False, focusedInputText=False, htmlId=False)[source]

Generate a search-form - TBS style

Key Arguments

  • buttonText – the button text

  • span – column span

  • 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

  • htmlId – htmlId

Return

  • searchForm – the search-form