This topic is locked

Mouseover Preview

3/16/2009 10:13:57 AM
ASPRunnerPro General questions
B
bsmiller92 author

Hello

I have a question regarding the mouseover preview on the list page. Is there a way to prevent the mouseover from showing up? Most of the time it is a very slick way of seeing linked records, but for one of my databases, I'd rather it not show.
Thanks

Wyatt

Sergey Kornilov admin 3/16/2009

Wyatt,
this is an option of master-details relationship that can be changed on Datasource tables screen. You can choose between mouseover popup, inline preview and no preview at all.

B
bsmiller92 author 3/16/2009

Wyatt,

this is an option of master-details relationship that can be changed on Datasource tables screen. You can choose between mouseover popup, inline preview and no preview at all.


Thanks Sergey!
Wyatt

B
bsmiller92 author 3/17/2009

Hey Sergey

I am running ASPRunner Pro 5.1. I don't see where I can enable/disable mouseover popup based on where you said I could.
Any other suggestions?
Thanks

Wyatt

J
Jane 3/18/2009

Hi,
these options are available in ASPRunnerPro 6.0 only.

To turn off Ajax popup edit links on the Visual Editor tab manually.

For example find this code:

<A class=tablelinks href="DetailTableName_list.asp?" {if $useAJAX} onmouseover="RollDetailsLink.showPopup(this,'DetailTableName_detailspreview.asp'+this.href.substr(this.href.indexOf('?')));" onmouseout="RollDetailsLink.hidePopup();" {/if}>DetailTableName</A>



and replace it with this one:

<A class=tablelinks href="DetailTableName_list.asp?">DetailTableName</A>