grid_column (function)

grid_column(span=1, offset=0, content='', htmlId=False, htmlClass=False, pull=False, onPhone=True, onTablet=True, onDesktop=True, dataspy=False)[source]

Get a column block for the Twiiter Bootstrap static layout grid.

Key Arguments

  • log – logger

  • span – the relative width of the column

  • offset – increase the left margin of the column by this amount

  • htmlId – the id of the column

  • htmlClass – the class of the column

  • pull – left, right, or center

  • onPhone – does this column get displayed on a phone sized screen

  • onTablet – does this column get displayed on a tablet sized screen

  • onDesktop – does this column get displayed on a desktop sized screen

Return

  • column – the column