mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +03:00
Update docs.
This commit is contained in:
parent
c6edfdc56b
commit
c5148bb765
17
src/Form.elm
17
src/Form.elm
@ -8,16 +8,12 @@ module Form exposing
|
||||
, FinalForm, withGetMethod, toDynamicTransition, toDynamicFetcher
|
||||
, Errors, errorsForField
|
||||
, parse, runServerSide, runOneOfServerSide
|
||||
, ServerForms(..)
|
||||
, initCombined, combine, initCombinedServer, combineServer
|
||||
, dynamic
|
||||
, AppContext
|
||||
, toServerForm, withOnSubmit
|
||||
, ServerForms(..)
|
||||
-- subGroup
|
||||
, combine
|
||||
, combineServer
|
||||
, initCombined
|
||||
, initCombinedServer
|
||||
|
||||
-- subGroup
|
||||
)
|
||||
|
||||
{-| One of the core features of elm-pages is helping you manage form data end-to-end, including
|
||||
@ -251,6 +247,13 @@ Totally customizable. Uses [`Form.FieldView`](Form-FieldView) to render all of t
|
||||
@docs parse, runServerSide, runOneOfServerSide
|
||||
|
||||
|
||||
## Combining Forms to Run on Server
|
||||
|
||||
@docs ServerForms
|
||||
|
||||
@docs initCombined, combine, initCombinedServer, combineServer
|
||||
|
||||
|
||||
## Dynamic Fields
|
||||
|
||||
@docs dynamic
|
||||
|
@ -31,6 +31,11 @@ module Form.Validation exposing
|
||||
|
||||
@docs global
|
||||
|
||||
|
||||
## Temporary?
|
||||
|
||||
@docs mapWithNever
|
||||
|
||||
-}
|
||||
|
||||
import Dict exposing (Dict)
|
||||
|
Loading…
Reference in New Issue
Block a user