This topic is locked

the position of the tooltip

7/30/2007 6:07:46 AM
PHPRunner General questions
P
powermick author

the tooltip entierment is not seen if the table girl posted in the tooltip contains many fields.
demonstration in image:


it would be quite useful to be able:

  • either to determine the position of the tooltip .
  • or to position the tooltip automatically in bottom screen to center according to the size of the display area.

J
Jane 8/1/2007

Hi,
to change position of the details preview open generated include/ajaxsuggest.js file, locate setLyr function, find this line:

if (lyr == 'master_details') coors[0]+= coors[2];



and replace it with this one:

if (lyr == 'master_details') coors[0]+= coors[2]-200;

P
powermick author 8/1/2007

I will test that, but the best would be to position the tooltip in bottom of the screen and centered