[development] Form fields in a table
John Fiala
jcfiala at gmail.com
Fri Sep 3 19:59:07 UTC 2010
Hm. I'm wondering if $elements['table'] actually exists. Try
http://pastebin.com/xU4F7C0m - pay attention to lines 51 through 58,
that's where I made changes.
Basically, I think the problem is that the $elements item _is_ the
'table' level, and that's why you're not finding your rows. And it's
important to use $elements[$k] instead of $f, because drupal_render's
changes need to go back to the calling function.
On Fri, Sep 3, 2010 at 1:31 PM, Jeff Greenberg <jeff at ayendesigns.com> wrote:
> I -had- forgotten #tree, and have added hook_theme and (I think) had
> drupal_render on all those fields, but that hasn't put the elements in the
> table.
> http://pastebin.com/rR9N5LfG
>
> On 09/03/2010 01:31 PM, John Fiala wrote:
>>
>> If you're still having trouble after this, I suggest cutting/pasting
>> some code into a pastebin website and providing the link here so we
>> can see it more clearly.
>
--
John Fiala
www.jcfiala.net
More information about the development
mailing list