On this page:
web-cell?
make-web-cell
web-cell-ref
web-cell-shadow
Version: 4.1

3.9 Web Cells

 (require web-server/lang/web-cells)

The web-server/lang/web-cells library provides the same API as web-server/servlet/web-cells, but in a way compatible with the Web Language. The one difference is that make-web-cell is syntax, rather than a function.

(web-cell? v)  boolean?

  v : any/c

(make-web-cell default-expr)

(web-cell-ref wc)  any/c

  wc : web-cell?

(web-cell-shadow wc v)  void

  wc : web-cell?

  v : any/c

See web-server/servlet/web-cells.