Generic Function With-View-Header (4 methods)
(
with-view-header < view > < obj > < widget > < body-fn > &rest < args > &key (fields-suffix-fn
(view-fields-default-suffix-fn
view)) (fields-prefix-fn
(view-fields-default-prefix-fn
view)) < validation-errors > (action
(form-view-default-action
view)) (method
(form-view-default-method
view)) &allow-other-keys )
Renders header and footer around the body of the
view. Specialize this function to customize rendering header and
footer of a view.
Method Summary