NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 13, 2009, 03:27:45 AM

Title: New Usefull field option
Post by: Alberto on May 13, 2009, 03:27:45 AM
Hi Bruce,

Is there any possibility for you, to add a check to a form field, to add a '<br>' between fields when you keep them in the same cell?
I´m doing it handcoded in the GenerateTab embeds routine.
Its usefull for mixing vertical / horizontal entry tab order like:
field1    field3
field2    field4
If you do it you will have to change the prompt generation from <th> to <td>

The browser treate the <th> in way I dont understand, I think, and forgive me if I am wrong, that it is more simple and clean if you generate all Form prompts with <td> instead of <th>

Thanks
Alberto
Title: Re: New Usefull field option
Post by: Bruce on May 13, 2009, 06:52:39 AM
Hi Alberto,

As far as I'm aware in the recent builds it already uses <td> for all prompts.
That may not be released yet, but I seem to recall doing it a few weeks ago.

I will look into adding the <br> for a future build, but that's quite a complex change (to test) so it won't be in today's build.

Cheers
Bruce