Hi,
I'm quite new to xCrud and absolutely impressed, but got stuck on a Task: I'd need my Client to access different fields in view and edit, maybe use different labels or callbacks per mode. So for Example:
if ($mode === 'view') {
$xcrud->do something
}
Is there some way to find out if user is actually in view edit or list mode?
I'm quite new to xCrud and absolutely impressed, but got stuck on a Task: I'd need my Client to access different fields in view and edit, maybe use different labels or callbacks per mode. So for Example:
if ($mode === 'view') {
$xcrud->do something
}
Is there some way to find out if user is actually in view edit or list mode?
Last edited: