<scaffold>

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.

Attributes

  1. Object (Required) - The name of the database table to scaffold 

  2. Type (Optional, defaults to "list,view,edit,commit,delete") - What types of event-handlers to create

 

Child Tags

  1. <broadcasts>

  2. <results>

  3. <views>