function theme_sheetfield_spreadsheet in Sheetnode 6
Same name and namespace in other branches
- 5 sheetnode.module \theme_sheetfield_spreadsheet()
Theme function for sheetfield_spreadsheet element.
File
- ./
sheetnode.module, line 828
Code
function theme_sheetfield_spreadsheet($element) {
return theme('form_element', $element, $element['#children']);
}