Automatically defines and creates user interface for listing and editing data from a database table. By default, creates object.list, object.view, object.edit, object.commit, and object.delete event-handlers, where object is the value of the OBJECT attribute. This list of event-handlers to create is controlled by the TYPE attribute.
Object (Required) - The name of the database table to scaffold
Type (Optional, defaults to "list,view,edit,commit,delete") - What types of event-handlers to create
<broadcasts>
<results>
<views>