Generic Function With-Widget-Header (2 methods)

( with-widget-header < obj > < body-fn > &rest < args > &key < widget-prefix-fn > < widget-suffix-fn > &allow-other-keys )

Part of:

package weblocks
Renders a header and footer for the widget and calls 'body-fn'
within it. Specialize this function to provide customized headers for
different widgets.

'widget-prefix-fn' and 'widget-suffix-fn' allow specifying functions
that will be applied before and after the body is rendered.

Method Summary

with-widget-header < flash > < t > 
with-widget-header < t > < t >