| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Yesod.Goodies.PNotify
Documentation
Constructors
| PNotify | |
Fields
| |
data NotifyType Source
Instances
class YesodJquery a => YesodJqueryPnotify a where Source
Minimal complete definition
Nothing
Methods
urlJqueryJs :: a -> Either (Route a) Text Source
urlJqueryUiCss :: a -> Either (Route a) Text Source
urlPnotifyJs :: a -> Either (Route a) Text Source
urlPnotifyCss :: a -> Either (Route a) Text Source
urlBootstrap3Js :: a -> Either (Route a) Text Source
urlBootstrap3Css :: a -> Either (Route a) Text Source
urlBrightThemeCss :: a -> Either (Route a) Text Source
urlFontAwesomeCss :: a -> Either (Route a) Text Source
setPNotify :: PNotify -> HandlerT site IO () Source
pnotify :: YesodJqueryPnotify site => site -> WidgetT site IO () Source