Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Can anyone make a suggestion on how to dynamically put a balloon or pop-up window link on the contents of a field?I am using PHP Runner 5.3 build 6843.Chuck
Hi,use Custom format on the "View as" settings dialog on the Visual Editortab for this purpose.Here is a sample:
$value = "<a href=# onclick=\"window.open('...');\">".$value."</a>";
More info here:http://www.w3schools.com/jsref/met_win_open.asp