Form Table

usonian - March 1, 2008 - 17:10

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:

  • formtable
  • formrow

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 your
formrow elements, using the ‘#prefix’ and ‘#suffix’ attributes to add
opening and closing td tags.

For additional details and usage see the README.txt file.

Downloads

Version Downloads Date Links
5.x-1.0 Download (7.49 KB) 2008-Mar-01 Notes


 
 

Drupal is a registered trademark of Dries Buytaert.