OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.GenericAgentEvent

Core.Agent.Admin. GenericAgentEvent

This namespace contains the special module functions for the GenericInterface job module.
Author:
  • OTRS AG
Source:

Members

(static) DragActivityItem :Bool

DragActivityItem.
Type:
  • Bool
Source:

(static) DragTransitionAction :Bool

DragTransitionAction.
Type:
  • Bool
Source:

(static) DragTransitionActionTransition :Object

DragTransitionActionTransition.
Type:
  • Object
Source:

(static) Localization :Array

The localization array for translation strings.
Type:
  • Array
Source:

Methods

(static) AddEvent(EventType)

This function calls the AddEvent action on the server.
Parameters:
Name Type Description
EventType String The type of event trigger to assign to a job i.e. ticket or article.
Source:

(static) Init(Params)

This function initialize correctly all other function according to the local language.
Parameters:
Name Type Description
Params Object Initialization and internationalization parameters.
Source:

(static) ShowDeleteEventDialog(Event, Object)

This function shows a confirmation dialog with 2 buttons.
Parameters:
Name Type Description
Event EventObject Object of the clicked element.
Object jQueryObject
Source:

(static) ShowDuplicatedDialog()

This function shows an alert dialog for duplicated entries.
Source:

(static) ToogleEventSelect(SelectedEventType)

Toggles the event selection.
Parameters:
Name Type Description
SelectedEventType String Event Type.
Source: