-
Notifications
You must be signed in to change notification settings - Fork 0
Init: scaffoldLite()
liquifusion edited this page Sep 14, 2010
·
4 revisions
The scaffoldLite() method allows you to easily use Super Scaffold authentication / authorization functionality without layering in any CRUD functionality. This is good if you need to build a reporting module into your admin application or you need display functionality without editing.
A default label to use in the bread crumb links.
A list of actions that can be invoked in the controller. This field is required.
A list of formats that the controller actions can provide. Defaults to html, xml, json, csv and xls. Please note that you will need to call the RenderWith() method in each controller action for this functionality to work correctly.