This topic is locked
[SOLVED]

 Showhint affects Search in PHPR6

10/19/2011 5:00:04 PM
PHPRunner General questions
L
laonian author

[size="3"]The showhint javascript is here:

http://www.dynamicdr...howhint_dev.htm
This scripts are compatible with PHPr4 through PHPr5.3. But When I use it with PHPr6, the Search malfunctions: The ajax suggestion is working but my mouse does not pick up anything from popup list with Firefox7 and IE9, (working fine with the latest Maxthon, though). When I remove those scripts, the search is still not working until I have to reset the page and rebuild the [/size][size="3"]project. Any ideas?[/size]

C
cgphp 10/19/2011

Did you follow the instructions from this article http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm to include the css and js files ?
Hint box is a feature of PHPrunner. In the Misc tab, clicking "Label editor", you can set tooltips for text fields.

L
laonian author 10/20/2011

Just noticed that the problem could happen anytime when I edit the list page files in the HTML mode. It occurs even adding a short line like the "showheader" snippet:
{BEGIN showheader}<TR><TD colSpan=10>&nbsp;&nbsp;&nbsp;&nbsp;{$header}</TD></TR>{END showheader}

C
cgphp 10/20/2011

Did you follow the instructions from this article http://xlinesoft.com...ernal_files.htm to include the css and js files ? Don't place any snippet or template var before the {$header}

L
laonian author 11/4/2011

[size="3"]This problem is solved with PHPRunner 6.0 build 9824. [/size]