Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
fieldgroup_elements()
contributions/cck/modules/fieldgroup/fieldgroup.module, line 77
Implementation of hook_elements().
<?php
function fieldgroup_elements() {
return array(
'fieldgroup_simple' => array(),
'fieldgroup_fieldset' => array('#collapsible' => FALSE, '#collapsed' => FALSE, '#value' => NULL,),
);
}
?>