Action row functionality.
- Source:
Methods
-
(static) AddActions($Element, JSONString)
-
This functions adds information about the valid action of an element to the element. These information are used to generate the action row individually for this element.
Parameters:
Name Type Description $ElementjQueryObject The element for which the data is stored. JSONStringString The JSON string which contains the information about the valid actions of the element (generated by Perl module). Could also be an javascript object directly. - Source:
-
(static) Init()
-
This function initializes the complete ActionRow functionality and binds all click events.
- Source:
-
(static) UpdateActionRow($ClickedElement, $Checkboxes, $ActionRow)
-
This function is called on click on the checkbox of an ticket element and updates the action row for this element.
Parameters:
Name Type Description $ClickedElementjQueryObject jQueryObject of the clicked element (normally $(this)). $CheckboxesjQueryObject jQueryObject of the checkboxes of the different tickets. $ActionRowjQueryObject The jQueryObject of the ActionRow wrapper (normally the - -Element).
- Source: