Table of Contents
Widget sets are collections of functions that create HTML elements. They're useful to set up pages with a common layout.
At the time there's only a native HTML widget set for most block elements which you'll find very useful to print form elements.
Widget set are packed into classes.
Some widget functions might delay output until this function is called. Instead of php's internal function echo () function widget_set::print () to preserve the right code order.