Each cell in a table can be a hotspot target. The following line will make cell (1,1) a hotspot
1 | $table->SetCellCSIMTarget(1,1,'tableex02.php','View details'); |
As usual it is necessary to call Graph::StrokeCSIM()
instead of the
ordinary Graph::Stroke()
method to generate the CSIM result.