function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NTNT 

How could I use multiple textboxes in a single row on Visual Force page

See the Page image at URL: http://cl1p.net/VFError .

I have created some <input type="text"> control in a table for Month at the bottom of the page.
I have a Add Row link button which adds a new blank row of <input type="text"> tags on the page.
I need the same format as displayed on the page.

How could I get the values of these <Input> tags in APEX class?

Or is there any way to create the same display by using VisualForce controls?




Message Edited by NT on 07-30-2008 07:11 AM