This topic is locked

Turn Auto Expansion or Preview Off

5/14/2008 10:48:32 AM
ASPRunnerPro General questions
M
mardisr author

I have a form with orders and it's linked via order number to order details. I am showing the link to order details within the order table. When I hover over the like it auto previews the details in order details. Can this preview of the details be turned off on select links. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8476&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

J
Jane 5/14/2008

Robert,
you can do the following:

  • proceed to the Visual Editor tab, turn on HTML mode,
  • find this code:
    <A class=tablelinks id=master_DetailTableName{$row.1recno} href="DetailTableName_list.asp?{$row.1DetailTableName_masterkeys}" {if $useAJAX} onmouseover="RollDetailsLink.showPopup(this,'DetailTableName_detailspreview.asp'+this.href.substr(this.href.indexOf('?')));" onmouseout="RollDetailsLink.hidePopup();" {/if}>DetailTableName</A>



and remove highlighted snippet.