yesod-form-1.4.5: Form handling support for Yesod Web Framework
Yesod.Form.Nic
Description
Provide the user with a rich text editor.
class Yesod a => YesodNic a where Source
Minimal complete definition
Nothing
Methods
urlNicEdit :: a -> Either (Route a) Text Source
NIC Editor Javascript file.
nicHtmlField :: YesodNic site => Field (HandlerT site IO) Html Source