OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.DynamicFieldText

Core.Agent.Admin. DynamicFieldText

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

Methods

(static) AddRegEx(RegExInsert) → {Boolean}

This function adds a new RegEx.
Parameters:
Name Type Description
RegExInsert Object HTML container of the RegEx.
Source:
Returns:
Returns false
Type
Boolean

(static) Init()

Initialize module functionality
Source:

(static) RemoveRegEx(IDSelector) → {Boolean}

This function removes a RegEx.
Parameters:
Name Type Description
IDSelector String ID of the pressed remove value button.
Source:
Returns:
Returns true.
Type
Boolean