NetTalk Central

Author Topic: How to change tooltip text on lonin button?  (Read 3711 times)

seanh

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • Email
How to change tooltip text on lonin button?
« on: September 10, 2017, 09:59:29 PM »
Currently the Login button comes up with a tooltip text of 'Click on this to save the form'
I want to change it to something about logging in !

How does one acheive this


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: How to change tooltip text on lonin button?
« Reply #1 on: September 10, 2017, 10:39:18 PM »
In the Loginform procedure, You likely have a line of embed code that reads
something like this;

p_web.site.SaveButton.TextValue = 'Login'

in the same place you can add;

p_web.site.SaveButton.Tooltip = 'Click here to Login'

Cheers
Bruce