function _webform_help_grid in Webform 6.2
Same name and namespace in other branches
- 5.2 components/grid.inc \_webform_help_grid()
- 5 components/grid.inc \_webform_help_grid()
function _webform_help_select Module specific instance of hook_help().
File
- components/
grid.inc, line 223 - Webform module grid component.
Code
function _webform_help_grid($section) {
switch ($section) {
case 'admin/settings/webform#grid_description':
return t('Allows creation of grid questions, denoted by radio buttons.');
}
}