This topic is locked

Rollover

10/10/2010 5:07:10 AM
PHPRunner General questions
T
Tempus_Erus author

Hi,
I was looking at this articled - http://www.asprunner.com/forums/topic/8918-rollover-highlighted-section/pagehlrolloverfromsearch1
I would like to use this for the list page. ther is no exact code <TR class=shade vAlign=middle> to replace with <TR class=shade vAlign=middle onclick="window.location.href='main_view.php?{$row.1editlink}';" >
Any idea's appreciated.
Thanks
TE

A
ann 10/11/2010

Hi,
here is the line to find on theVisual Editor tab in the PHPRunner 5.3:

<TR vAlign=top {$rowattrs} {$rowstyle}>
T
Tempus_Erus author 10/11/2010

Ann,
Thanks for that.
It works up to a point.
however {$row.1editlink} does not work. I have the correct path as below
.................invoices_edit.php?{$row.1editlink}
Highlighted in bold i have tried various {} to no avail. if I enter - editid1=112 then the link works as you would expect.
It's obviously a syntax error on my half.
Any idea's?
Thanks again
A