How to implement iBox |
9/3/2007 6:31:56 AM |
PHPRunner Tips and Tricks | |
A
asimha author
Quick iBox / Lightbox Implementation Guide |
|
N
|
nickc25 2/10/2009 |
Quick iBox / Lightbox Implementation Guide Source code at: http://www.ibegin.com/blog/p_ibox.html Demo at: http://www.ibegin.com/ibox/ibox-test.html Include this before your Header (/HEAD) <script type="text/javascript" src="/scripts/ibox/ibox.js"></script> <link rel="stylesheet" href="/scripts/ibox/ibox.css" type="text/css" media="screen"/> In the Image display properties choose Custom Code and put this code: $value = "<a href=\"/images/".$value."\" rel=\"ibox\" title=\"Image Name\"><img src=\"/images/th_".$value."\" alt=\"\"/></a>"; Image Name could be a field name of course Still tweaking but it worked for me! Enjoy Andre
|
![]() |
Sergey Kornilov admin 2/10/2009 |
This is a long time PHPRunner feature. |
D
|
Darkwoods 2/25/2009 |
how do u make it work with the tablename_view.php?editid link on the list page? |
D
|
Darkwoods 3/17/2009 |
can the view link open in ibox? |
![]() |
Sergey Kornilov admin 3/17/2009 |
iBox is for images only. I'm not sure you can display the whole View page there. |