yesod-form-1.2.0.2: Form handling support for Yesod Web Framework

Safe HaskellNone

Yesod.Form.Nic

Description

Provide the user with a rich text editor.

Documentation

class Yesod a => YesodNic a whereSource

Methods

urlNicEdit :: a -> Either (Route a) TextSource

NIC Editor Javascript file.

nicHtmlField :: YesodNic master => Field sub master HtmlSource