NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: seanh on September 10, 2017, 09:59:29 PM

Title: How to change tooltip text on lonin button?
Post by: seanh 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

Title: Re: How to change tooltip text on lonin button?
Post by: Bruce 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