Safe Haskell | None |
---|---|
Language | Haskell98 |
Provide the user with a rich text editor.
Documentation
class Yesod a => YesodNic a where Source
Nothing
urlNicEdit :: a -> Either (Route a) Text Source
NIC Editor Javascript file.
nicHtmlField :: YesodNic site => Field (HandlerT site IO) Html Source