| Mantis Bug Tracker Developers Guide | ||
|---|---|---|
| <<< Previous | Event Reference | Next >>> |
EVENT_FILTER_FIELDS (Default)
This event allows a plugin to register custom filter objects (based on the
MantisFilterclass) that will allow the user to search for issues based on custom criteria or datasets. The plugin must ensure that the filter class has been defined before returning the class name for this event.Return Value
<Array>: Array of class names for custom filters
EVENT_FILTER_COLUMNS (Default)
This event allows a plugin to register custom column objects (based on the
MantisColumnclass) that will allow the user to view data for issues based on custom datasets. The plugin must ensure that the column class has been defined before returning the class name for this event.Return Value
<Array>: Array of class names for custom columns
| <<< Previous | Home | Next >>> |
| Custom Field Events | Up | Bug and Bugnote Events |