I am developing a JSP/Struts application and there are two features where the user need to enter information about the form in his HTML page (which is not accessible to my application). He need to specify the method, action with full URL, field names, filed types, values etc. Is there any readymade editor I can present him, to smoothen his input of this form-information?
In the dream table I am looking at, the user can edit the entries-- and additionally there will be a textbox at the top in which he can copy/paste his <FORM> section from his HTML, which then is parsed on the client-side itself and placed in that editable table.
AM I making sense and is there something I can use or inspire from?
In the dream table I am looking at, the user can edit the entries-- and additionally there will be a textbox at the top in which he can copy/paste his <FORM> section from his HTML, which then is parsed on the client-side itself and placed in that editable table.
AM I making sense and is there something I can use or inspire from?
Comment