1
I am trying to create a module and I want to make sure I use the standard XOOPS tools. I am trying to do table like input using the xoopsform class. Basically, I want a header line, and then multiple lines below that where the users will enter data.
Something like this:
Project Date Open Date Clsd Status
---------- ------------ ---------- ------
text calendar calendar select
text calendar calendar select
text calendar calendar select
etc.
Where I am using formtext formcalendar and formselect for the input. I have downloaded a ton of modules and looked at the code, and I also looked at the code in the system module. None of the forms seem to do table like input.
I did some experimenting, and the closest I have been able to come is XoopsFormElementTray which lets you put multiple fields on one line. I might be able to make it sort of work. The problem is that I suspect it is the wrong method and I don't want the other kids to laugh at me--the other problem, of course, is that I don't get the column headings I need.
Can I do this?