Renaming formlet* source
This commit is contained in:
parent
c907fae871
commit
0a9e3da26e
|
@ -1,6 +1,5 @@
|
|||
#lang racket
|
||||
(require web-server/formlets
|
||||
web-server/formlets/new-syntax
|
||||
tests/eli-tester
|
||||
web-server/http
|
||||
net/url)
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
#lang racket
|
||||
(require web-server/formlets/syntax
|
||||
web-server/formlets/new-syntax
|
||||
web-server/formlets/dyn-syntax
|
||||
web-server/formlets/input
|
||||
web-server/formlets/servlet
|
||||
web-server/formlets/lib)
|
||||
(provide (all-from-out web-server/formlets/servlet)
|
||||
(all-from-out web-server/formlets/input)
|
||||
(all-from-out web-server/formlets/syntax)
|
||||
(all-from-out web-server/formlets/new-syntax)
|
||||
(all-from-out web-server/formlets/dyn-syntax)
|
||||
formlet/c
|
||||
formlet-display
|
||||
formlet-process)
|
||||
|
|
|
@ -130,8 +130,8 @@ Most users will want to use the syntactic shorthand for creating @tech{formlet}s
|
|||
|
||||
@section{Dynamic Syntactic Shorthand}
|
||||
|
||||
@(require (for-label web-server/formlets/new-syntax))
|
||||
@defmodule[web-server/formlets/new-syntax]{
|
||||
@(require (for-label web-server/formlets/dyn-syntax))
|
||||
@defmodule[web-server/formlets/dyn-syntax]{
|
||||
|
||||
The @racket[formlet] syntax is too restrictive for some applications because it forces the @racket[_rendering]
|
||||
to be @emph{syntactically} an @|xexpr|. You may discover you want to use a more "dynamic" shorthand.
|
||||
|
|
Loading…
Reference in New Issue
Block a user