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