Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data BootstrapFormLayout

    yesod-form Yesod.Form.Bootstrap3

    The layout used for the bootstrap form. Since: yesod-form 1.3.8

  2. BootstrapHorizontalForm :: BootstrapGridOptions -> BootstrapGridOptions -> BootstrapGridOptions -> BootstrapGridOptions -> BootstrapFormLayout

    yesod-form Yesod.Form.Bootstrap3

    No documentation available.

  3. BootstrapInlineForm :: BootstrapFormLayout

    yesod-form Yesod.Form.Bootstrap3

    A form whose <inputs> are laid out horizontally (displayed as inline-block). For this layout, <label>s are still added to the HTML, but are hidden from display. When using this layout, you must add the form-inline class to your form tag. See http://getbootstrap.com/css/#forms-inline

  4. MsgInvalidDatetimeFormat :: Text -> FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  5. MsgInvalidHexColorFormat :: Text -> FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  6. MsgInvalidTimeFormat :: FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  7. defaultFormMessage :: FormMessage -> Text

    yesod-form Yesod.Form.Fields

    No documentation available.

  8. fileAFormOpt :: forall (m :: Type -> Type) . MonadHandler m => FieldSettings (HandlerSite m) -> AForm m (Maybe FileInfo)

    yesod-form Yesod.Form.Fields

    No documentation available.

  9. fileAFormReq :: forall (m :: Type -> Type) . (MonadHandler m, RenderMessage (HandlerSite m) FormMessage) => FieldSettings (HandlerSite m) -> AForm m FileInfo

    yesod-form Yesod.Form.Fields

    No documentation available.

  10. aFormToForm :: forall (m :: Type -> Type) site a . (Monad m, HandlerSite m ~ site) => AForm m a -> MForm m (FormResult a, [FieldView site] -> [FieldView site])

    yesod-form Yesod.Form.Functions

    No documentation available.

Page 586 of many | Previous | Next