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.

Releases

Official releasesDateSizeLinksStatus
5.x-1.02008-Mar-017.49 KBRecommended for 5.xThis is currently the recommended release for 5.x.


 
 

Drupal is a registered trademark of Dries Buytaert.