W
|
wildwally author 11/10/2011 |
Can anyone tell me how I redirect the masterlink on the list page? I have found a few things that suggest After record Process something along the line of: $record["AE_dtablelink_attrs"] = goto view page
$record["AE_dtablelink_attrs"]="":
|
C
|
cgphp 11/10/2011 |
$record['AE_dtablelink_attrs'] = "href = \"tablename_view.php?editid1=".$data['id_field_name']."\""; |