It is possible to use "Colorbox" with "ARI Data Tables" if use the following format string:
Code: |
<a href="index.php?option=com_test&product_id={$columns:ProductId}" class="aricolorbox {iframe: true, width: 800, height: 450}">{$value}</a>
|
Only one problem, currently "ARI Colorbox" can work only under Joomla! 1.5. Support of Joomla! 1.6 will be added next week. If you need integration with lightbox urgently, you can use "ARI Sexy Lightbox". It supports Joomla! 1.6 right now. Format string for "ARI Sexy Lightbox" looks like:
Code: |
<a href="index.php?option=com_test&product_id={$columns:ProductId}&TB_iframe=true&width=350&height=200" rel="sexylightbox">{$value}</a>
|
Regards,
ARI Soft