This topic is locked

custom tooltip

7/3/2015 5:43:35 AM
PHPRunner General questions
S
sawanr author

is there a way to add custom tooltip to any field?
I want to add custom / dynamic tool tip using events or anything else to "view" / "listing" field... is that possible ?

7542 7/4/2015

Hi,
In V8

MISC >> Label Editor > Edit Form tooltips

S
sawanr author 7/4/2015



Hi,
In V8

MISC >> Label Editor > Edit Form tooltips


thanks for the reply, but i am looking for help text type tool tip on listing page or view page (not for edit page)

7542 7/4/2015

how about the using the custom field, use something like this
http://www.webdesignerdepot.com/2012/11/how-to-create-a-simple-css3-tooltip/
with code (not checked)

$value= $value."<a title=\"This is some information for our tooltip.\" class=\"tooltip\">My tool tip</a>";
Apply custom CSS in style page