[SOLVED] Â Variable scope - Code Snippet in Listpage Field |
8/16/2019 5:26:01 PM |
PHPRunner General questions | |
C
ckranich authorDevClub member
Hi,
echo '<IMG alt="OFFLINE" src="images/offline.gif" border=0>';
|
|
![]() |
Sergey Kornilov admin 8/16/2019 |
If you need to output HTML set 'View as' type of that field to HTML and use BeforeProcessRowList to populate it. |
C
|
ckranich authorDevClub member 8/17/2019 |
Great! |