NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: robirenz on March 23, 2009, 09:09:50 AM

Title: netwebform wizard button translation
Post by: robirenz on March 23, 2009, 09:09:50 AM
How do I translate the netweb form in wizard style buttons

the buttons that say next and previous

Aparently

 p_web.site.nextbutton.textvalue =
 p_web.site.previousbutton.textvalue =

are for the tables or other uses, but they do nothing to the wizard buttons..

Best Regards...

Roberto REnz
Title: Re: netwebform wizard button translation
Post by: robirenz on March 23, 2009, 12:01:45 PM
found them...

 p_web.site.WizPreviousButton.textvalue = ''
 p_web.site.WizNextButton.textvalue = ''