It's confused the heck out of me :-) in terms of which element to #theme... Some of the form fields are in a table, rather than a table containing the form. So at first blush, it would seem that theming individual fields wouldn't work, nor would theming the entire form... create a fieldset around the table and theme it?

On 09/03/2010 10:38 AM, John Fiala wrote:
Generally what you want to do to get a table as part of a form is to
declare a theme function that you then assign as '#theme' =>
'function_name', where the theme function is theme_function_name.

This used to confuse the heck out of me, and then I went in and read
through the code on the admin/content/node page, which is a pretty
good example of how to display a form in a table, I think.


Reply via email to