multiselect_help |
./multiselect.module |
Implementation of hook_help |
|
|
multiselect_nodeapi |
./multiselect.module |
Implementation of hook_nodeapi.
@todo The adding of javascript can be moved to the _widget function. |
|
|
multiselect_perm |
./multiselect.module |
Implementation of hook_perm
@todo Need to check permissions make sense |
|
|
multiselect_widget |
./multiselect.module |
Implementation of hook_widget
@todo Temporary 'print_r's need removing
@todo Is the if ($field['widget']['type'] == 'multiselect_select' necessary?
@todo Doesn't seem to populate list when in… |
|
|
multiselect_widget_info |
./multiselect.module |
Implementation of hook_widget_info.
Specifies the label and that it is a widget for the nodereference field type |
|
|
_html_for_buttons |
./multiselect.module |
Provides html to display the buttons on the form
@todo could I do this by putting items in the form array? (or would that be too complicated?) |
1 |
|
_html_for_notselected_box |
./multiselect.module |
Provides html to draw the not selected box |
1 |
|