searchbox (function)

searchbox(size='medium', htmlId='', placeHolder=False, button=False, buttonSize='small', buttonColor='grey', navBar=False, pull=False, actionScript='#')[source]

Create a Search box

Key Arguments

  • size – size = mini | small | medium | large | xlarge | xxlarge

  • htmlId – the html id of the search bar

  • placeholder – placeholder text

  • button – do you want a search button?

  • buttonSize

  • buttonColor

  • actionScript – the script used to action the search text

Return

  • markup – markup for the searchbar