J
|
Jane 2/6/2009 |
Hi, global $data; $value = "<a href=\"tablename_view.php?editid1=".$data["RecordID"]."\">".$value."</a>";
|
M
|
mrphp author 2/6/2009 |
Hi, yes, it's possible. Set up this field as custom on the "View as" settingsdialog on theVisual Editortab. Here is a sample code: where RecordID is your actual field name where ID is stored, tablename is your actual table name.
|
![]() |
hichem 2/7/2009 |
Hi, yes, it's possible. Set up this field as custom on the "View as" settingsdialog on theVisual Editortab. Here is a sample code: where RecordID is your actual field name where ID is stored, tablename is your actual table name.
|
J
|
Jepsen 2/8/2009 |
I am doing it this way. concat('<img src="', link_picture, '" width="150" onclick="java script:window.open(', "'", link, "', '_blank');", '">') AS Logo
concat('<img src="', "http://the address to a photo", forside_img, '" width="200" onclick="javascipt:window.open(', "'_AD_blankvaben_view.php?editid1=", id, "', '_self');", '" onmouseover="', "java script:this.style.cursor='hand';", '" onmouseout="', "java script:this.style.cursor='pointer';", '">') AS link_til_db
|
M
|
mrphp author 2/19/2009 |
Hi, yes, it's possible. Set up this field as custom on the "View as" settingsdialog on theVisual Editortab. Here is a sample code: where RecordID is your actual field name where ID is stored, tablename is your actual table name.
|
J
|
Jane 2/20/2009 |
Hi, global $data; if (!$_REQUEST["editid1"]) $value = "<a href=\"tablename_view.php?editid1=".$data["RecordID"]."\">".$value."</a>"; |
![]() |
hichem 2/22/2009 |
Hi, yes, it's possible. Set up this field as custom on the "View as" settingsdialog on theVisual Editortab. Here is a sample code: where RecordID is your actual field name where ID is stored, tablename is your actual table name.
|