You are here

function multiselect_nodeapi in Multiselect 5.2

Same name and namespace in other branches
  1. 5 multiselect.module \multiselect_nodeapi()

Implementation of hook_nodeapi. @todo The adding of javascript can be moved to the _widget function.

File

./multiselect.module, line 246
Allows users to select multiple items in an easier way than the normal node-reference widget

Code

function multiselect_nodeapi(&$node, $op, $teaser, $page) {

  /*  switch ($op)
    {
      case 'prepare':
    }*/
}