Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

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

    yesod-form Yesod.Form

    No documentation available.

  2. BootstrapBasicForm :: BootstrapFormLayout

    yesod-form Yesod.Form.Bootstrap3

    A form with labels and inputs listed vertically. See http://getbootstrap.com/css/#forms-example

  3. data BootstrapFormLayout

    yesod-form Yesod.Form.Bootstrap3

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

  4. BootstrapHorizontalForm :: BootstrapGridOptions -> BootstrapGridOptions -> BootstrapGridOptions -> BootstrapGridOptions -> BootstrapFormLayout

    yesod-form Yesod.Form.Bootstrap3

    No documentation available.

  5. 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

  6. MsgInvalidDatetimeFormat :: Text -> FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  7. MsgInvalidHexColorFormat :: Text -> FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  8. MsgInvalidTimeFormat :: FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  9. defaultFormMessage :: FormMessage -> Text

    yesod-form Yesod.Form.Fields

    No documentation available.

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

    yesod-form Yesod.Form.Fields

    No documentation available.

Page 588 of many | Previous | Next