Form Table
Categories
Component ID
228801
Component name
Form Table
Component type
module
Component security advisory coverage
not-covered
Downloads
1397
Component created
Component changed
Component body
The Form Table module provides two new Form API elements and theme functions
which make it easier to format Form elements within HTML tables.
The new element types are:
formtableformrow
Both behave similarly to the fieldset element; you declare a formtable
element, then declare formrow elements as children of the formtable,
and finally you declare your standard form items as children of yourformrow elements, using the ‘#prefix’ and ‘#suffix’ attributes to add
opening and closing td tags.
For additional details and usage see the README.txt file.
