Michael Snoyman 465210d131 Version bump | преди 8 години | |
---|---|---|
.. | ||
Yesod | преди 8 години | |
test | преди 12 години | |
ChangeLog.md | преди 9 години | |
LICENSE | преди 12 години | |
README.md | преди 8 години | |
Setup.lhs | преди 13 години | |
hello-forms.hs | преди 10 години | |
yesod-form.cabal | преди 8 години |
Form handling for Yesod, in the same style as formlets. See the forms chapter of the Yesod book.
This package provies a set of basic form inputs such as text, number, time,
checkbox, select, textarea, and etc. via Yesod.Form.Fields
module. Also,
there is Yesod.Form.Nic
module providing richtext field using Nic editor.
However, this module is grandfathered now and Nic editor is not actively
maintained since June 2012. You can find additional richtext editor fields in
yesod-form-richtext
package (currently in provides
support of Summernote editor only).