PHPRunner v5 |
9/10/2008 9:09:59 PM |
PHPRunner General questions | |
O
OLDmrcaseyman author
The detail view pop-up in version 4.2 would instantly pop up upon roll-over. Version 5 fades in and out rather slowly. I would prefer the instant version from 4.2. Can I change it? |
|
J
|
Jane 9/11/2008 |
Hi, id = setTimeout("Left_Top("+oLeft+","+oTop+")",1000);
id = setTimeout("Left_Top("+oLeft+","+oTop+")",10);
?><script> $("a#tablename_preview2").click(); $("a#tablename_preview2").click(); </script><?php |
O
|
OLDmrcaseyman author 9/11/2008 |
Hi, to change speed edit include/ajaxsuggest.js file manually. Fidn this code: and replace it with this one: To open detail previews automatically use following code in the custom event on the Visual Editor tab:
|
O
|
OLDmrcaseyman author 9/11/2008 |
Hi, to change speed edit include/ajaxsuggest.js file manually. Fidn this code: and replace it with this one: To open detail previews automatically use following code in the custom event on the Visual Editor tab:
|
J
|
Jane 9/12/2008 |
Hi, |