You are here

function sheetnode_widget_settings in Sheetnode 5

Implementation of hook_widget_settings().

File

./sheetnode.module, line 515

Code

function sheetnode_widget_settings($op, $widget) {
  switch ($op) {
    case 'form':
      break;
    case 'save':
      break;
  }
}