This topic is locked

Tool-tip in PHPR 5.3b

10/8/2010 8:33:52 AM
PHPRunner General questions
S
smith author

Is it possible to have positioning information for the tool-tip created in 5.3. I have attached an image which shows the problem. If it can be specified left or right of the field it will be nice, or some-other solution.

smith

S
steveh 10/8/2010



Is it possible to have positioning information for the tool-tip created in 5.3.


Also, sorry to hijack the thread, but would it be possible to specify "icon only" and have a clickable icon that then showed the tooltip?

Sergey Kornilov admin 10/8/2010

At this moment tooltips will be only displayed on the right side of the control.
Steve,
since tooltips allow you to use HTML you can building something more advanced than a simple text-based tooltip. Not sure if this is going to work or not.

S
steveh 10/8/2010



Steve,
since tooltips allow you to use HTML you can building something more advanced than a simple text-based tooltip. Not sure if this is going to work or not.


I was going to modify the templates and code to hopefully use the jquery plugin for tooltips.
Blue circle with a question mark to show it, and then the plugin to display it.
Haven't looked at the generated code yet to see how viable/easy it will be, but that's the plan.

S
surfermac 11/13/2010

Blue circle with a question mark to show it, and then the plugin to display it.
------------
I think that is a great idea. Let me know if you can get it working.