Hi Forum,
I have created a table relationship as follow:
Master: quotes
Details: updates
Master page setting:
Display a number of child records
Hide details link if no child records exist
Display child records on:
List page .. in popup
I can see the link on the quotes list page.
I need a way to disable the link from redirecting, whilst still allowing the user to hover over the link and see the record details in the popup.
my code snippet in Visual editor reads as follows:
{BEGIN quotes_dtable_column}<TD class=borderbody vAlign=middle noWrap align=left>{BEGIN updates_dtable_link}<A
{$updates_dtablelink_attrs}>Updates Found:<SPAN {$updates_childnumber_attr}>{BEGIN updates_childcount}({$updates_childnumber}){END updates_childcount}</SPAN>
</A> {END updates_dtable_link}</TD>{END quotes_dtable_column}
Thanks in advance
JK