OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.SystemConfiguration

Core.Agent.Admin. SystemConfiguration

This namespace contains the special function for AdminSystemConfiguration module.
Author:
  • OTRS AG
Source:

Methods

(static) Cancel($Object)

This function handles click on the Cancel button
Parameters:
Name Type Description
$Object jQueryObject jquery object.
Source:

(static) CleanWidgetClasses($Widget)

Cleans up all locked/modified classes on the widget
Parameters:
Name Type Description
$Widget jQueryObject The widget jquery object
Source:

(static) Init()

This function initializes module functionality.
Source:

(static) InitAutoComplete()

Use autocomplete for the search field on the sysconfig home page
Source:

(static) InitClipboard()

Inits the clipboard function on all buttons with a certain class. This is meant for copying a direct link to a certain setting to clipboard.
Source:

(static) InitDeploymentRestore()

Bind event on deployment restore button.
Source:

(static) InitDialogDeployment()

This function initializes Deployment Dialog
Source:

(static) InitDialogReset($Object)

This function initializes Reset Dialog
Parameters:
Name Type Description
$Object jQueryObject jquery object.
Source:

(static) InitFavourites()

Add and remove settings from favourites for the current user.
Source:

(static) InitGroupView(IsAjax)

This function initializes Group View
Parameters:
Name Type Description
IsAjax Boolean IsAjax.
Source:

(static) InitSettingListCompare()

This function initializes Deployment History Details
Source:

(static) OpenSearchDialog()

This function open the search dialog after clicking on "search" button in nav bar.
Source: