Packages

package snippet

Type Members

  1. class TableEditor extends DispatchSnippet

    This is the snippet that the view references.

    This is the snippet that the view references. It requires the following contents: table:title - the title registered in Boot header:fields - repeated for every field of the MetaMapper, for the header. field:name - the displayName of the field, capified. Links to sort by the field. table:items - repeated for each record item:fields - repeated for each field of the current record field:form - the result of toForm on the field item:removeBtn - a button to remove the current item table:insertBtn - a button to insert another item For a default layout, use lift:embed what="/tableeditor/default", with

Ungrouped