yesod-pnotify-0.6.0: Yet another getMessage/setMessage using pnotify jquery plugins

Safe HaskellNone
LanguageHaskell98

Yesod.Goodies.PNotify

Documentation

data PNotify Source

Constructors

PNotify 

Fields

sty :: NotifyStyling
 
typ :: NotifyType
 
ttl :: Text
 
msg :: Text
 

Instances

class YesodJquery a => YesodJqueryPnotify a where Source

Minimal complete definition

Nothing

pnotify :: YesodJqueryPnotify site => site -> WidgetT site IO () Source