This namespace contains the special module functions for LinkObject.
- Source:
Namespaces
Methods
-
(static) Init()
-
This function initializes module functionality.
- Source:
-
(static) RegisterUpdatePreferences($ClickedElement, ElementID, $Form)
-
This function binds a click event on an html element to update the preferences of the given linked object widget
Parameters:
Name Type Description $ClickedElement
jQueryObject The jQuery object of the element(s) that get the event listener. ElementID
string The ID of the element whose content should be updated with the server answer. $Form
jQueryObject The jQuery object of the form with the data for the server request. - Source: