NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on July 19, 2007, 03:56:25 AM

Title: LOC:Required
Post by: Rene Simons on July 19, 2007, 03:56:25 AM
Hi all,

Does anyone know how to get rid of the 'Required' notification for required fields at a global scale?
(And I don't mean making fields not required)
I worked something out at field level but that really is a lot of work.

Kind regards,
Rene Simons
Title: Re: LOC:Required
Post by: Bruce on July 22, 2007, 10:32:59 PM
hi Rene,

The only way to do it at the moment is edit the line in
netweb.tpw

Loc:Required = 'Required'
to
!Loc:Required = 'Required'

I've put it on the list.

Cheers
Bruce
Title: Re: LOC:Required
Post by: Rene Simons on July 23, 2007, 11:50:00 PM
Thanks Bruce.

Maybe it´s an idea to make it a property you can set.
E.g. blanks or * or whatever. Like translating the button texts.

Rene
Title: Re: LOC:Required
Post by: Bruce on August 01, 2007, 12:39:05 AM
I've done this for version 4.29.
You can override the property in .ProcessLink

self.site.RequiredText = 'whatever'

Cheers
Bruce