diff --git a/yesod-form/Yesod/Form/Functions.hs b/yesod-form/Yesod/Form/Functions.hs index fb4deaa7..59cc912d 100644 --- a/yesod-form/Yesod/Form/Functions.hs +++ b/yesod-form/Yesod/Form/Functions.hs @@ -27,6 +27,7 @@ module Yesod.Form.Functions , FormRender , renderTable , renderDivs + , renderBootstrap -- * Validation , check , checkBool @@ -292,6 +293,41 @@ $forall view <- views |] return (res, widget) +-- | Render a form using Bootstrap-friendly HTML syntax. +-- +-- Sample Hamlet: +-- +-- >