This topic is locked

How do I change the position of ajax record detail popup

8/29/2008 11:15:15 AM
PHPRunner General questions
B
bochaka author

How do I change the position of ajax record details popup, so that it appears closer to the left of the screen and also if the details usually displays the word normal in black text, how can I change the text color to red if any other word other than "normal" is displayed.

J
Jane 9/1/2008

Hi,
to change position of detail popup edit findPos(obj) function in the generated include/ajaxsuggest.js file.

To change font style edit generated ..._detailespreview.php file.

B
bochaka author 9/7/2008

Hi

Worked a treat moved to left and changed text colour, tell me is it possible to have the popup display vertically down the page one field per row instead of horizontally across the page in one row.

J
Jane 9/8/2008

Hi,
to change layout of details preview edit generated ..._detailespreview.php file manually.