OTRS API Reference JavaScript

Namespace: Core.Agent.Stats

Core.Agent. Stats

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

Methods

(static) FormatGraphSizeRelation()

Activates the graph size menu if a GD element is selected.
Source:

(static) SelectCheckbox(Name)

Activate given checkbox.
Parameters:
Name Type Description
Name String The name of the radio button to be selected.
Source:

(static) SelectRadiobutton(Value, Name)

Selects a radio button by name and value.
Parameters:
Name Type Description
Value String The value attribute of the radio button to be selected.
Name String The name of the radio button to be selected.
Source: