This topic is locked

Change place of detailspreview window

12/26/2007 3:03:11 PM
PHPRunner General questions
C
charly1211 author

How can I change the coordinates where the detailspreview window appears? Which variable is responsible for the top left corner of the detailspreview window?
I have changed the link in an image map on a worldmap and the detailspreview window is now outside the monitor view.
detailspreview

J
Jane 12/28/2007

Hi,
you need to edit generated include/ajaxsuggest.js file.

Find and edit code just after these lines:

var RollDetailsLink = {

timeout : null,

showPopup : function(obj,str){

C
charly1211 author 12/28/2007

can you give me an example please?