[development] Forms API Question - Node with table like poll.module

Karoly Negyesi karoly at negyesi.net
Sat Nov 12 01:58:04 UTC 2005


> $form['entries']['#theme'] = 'theme_function_here';

Further clarification:

form['entries']['#theme'] = 'mymodule_foo';

function theme_mymodule_foo($form) {

}

For examples, I'd grep on element_children (though there are quite a few  
forms that got updated before element_children was born).

Regards

NK


More information about the development mailing list