You are here

function _webform_theme_grid in Webform 7.3

Same name and namespace in other branches
  1. 6.3 components/grid.inc \_webform_theme_grid()
  2. 6.2 components/grid.inc \_webform_theme_grid()
  3. 7.4 components/grid.inc \_webform_theme_grid()

Implements _webform_theme_component().

File

components/grid.inc, line 38
Webform module grid component.

Code

function _webform_theme_grid() {
  return array(
    'webform_grid' => array(
      'render element' => 'element',
      'file' => 'components/grid.inc',
    ),
    'webform_display_grid' => array(
      'render element' => 'element',
      'file' => 'components/grid.inc',
    ),
  );
}