Generic Function Render-Widget (1 method)

( render-widget < obj > &key < inlinep > &allow-other-keys )

Part of:

package weblocks
Renders a widget ('render-widget-body') wrapped in a
header ('with-widget-header'). If 'inlinep' is true, renders the
widget without a header.

Additionally, calls 'dependencies' and adds the returned items to
*page-dependencies*. This is later used by Weblocks to declare
stylesheets and javascript links in the page header.

Method Summary

render-widget < t >