Read-only edit screen
- Single Page
Posted 14 February 2013 - 03:07 AM
Basically, I'm working on an app that'll be a display-only interface to a DB, the visitors should only be able to look at data, not add/edit/delete. However, each record has too much info to display on the grid. I'd like to be able to show a limited number of fields, then have the user be able to call up the edit screen (or equivalent), which lists more of the fields (including more space for large text fields), but still not be able to edit the record.
Is this possible?
Thanks,
Juliean.
Posted 14 February 2013 - 04:49 AM
Make a function which will be show data.
More info about that function is here: http://www.grocerycrud.com/documentation/options_functions/add_action
Posted 14 February 2013 - 04:49 AM
Posted 14 February 2013 - 04:59 AM
Posted 14 February 2013 - 05:57 AM