Stability | experimental |
---|---|
Maintainer | Ertugrul Soeylemez <es@ertes.de> |
Little form for selecting the number of entries to show.
Documentation
runNumEntriesForm :: Bool -> String -> [Int] -> Int -> (Int -> Route s) -> GHandler sub s (GWidget sub s ())Source
Run the number of entries form with the given prompt, options, initial value and route function. If POST data is present, redirects to the given route with the specified limit, otherwise just returns the form widget.