C
|
cgphp 10/9/2011 |
if($table=="dbo.pgnTEST" && $field=="testfield")
|
C
|
cynic author 10/9/2011 |
if($table=="dbo.pgnTEST" && $field=="testfield")
|
C
|
cgphp 10/9/2011 |
The above code simply displays the text value of <img src=\"plus.gif\" /> in the table view.
|
S
|
stiven 10/10/2011 |
are you using custom view in the field you want the image to be printed???
|
C
|
cynic author 10/19/2011 |
are you using custom view in the field you want the image to be printed??? you may wanna try this..
|
C
|
cgphp 10/19/2011 |
Please, remove the actual code in the Custom field and enter only the following statement: $value = "<img src=\"plus.gif\">"; |