khufu.modals.modal module

Modal

Author

David Young

modal(modalHeaderContent='', modalBodyContent='', modalFooterContent='', htmlId=False, centerContent=False, htmlClass=False)[source]

generate a modal to by generated with a js event

Key Arguments

  • modalHeaderContent – the heading for the modal

  • modalBodyContent – the content (form or text)

  • modalFooterContent – the foot (usually buttons)

  • htmlId – id for button to hook onto with href

  • centerContent - center the content in the form?

  • htmlClass - htmlClass for the form

Return

  • modal – the modal