Function like balloon help

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Martin
User
Posts: 73

Function like balloon help

Post by Martin »

Hi there, I wonder if there is any function in PHP maker like the balloon-help function. I mean that if you right click a pre-defined word there is some explanation pop-up. I've looked into the help files, and searched in the forum items but I could not see any of such topic.

Thanks for your help in advance, Martin.


mobhar
User
Posts: 11766

Post by mobhar »

Unfortunately, there is no such built-in function in PHPMaker for that. However, you may try another Javascript third party and implement it into your project.


arbei
User
Posts: 9436

Post by arbei »

You may use Bootstrap (already included in PHPMaker template) Tooltips or Popovers in your HTML content, read:
https://getbootstrap.com/docs/4.4/components/tooltips/
https://getbootstrap.com/docs/4.4/components/popovers/


amiens80
User
Posts: 450

Post by amiens80 »

hi,

there is tooltips feature in field properties, isn't it what you need ?

Best regards


Post Reply