Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
24.10.2. Hiding the loading message
To completely suppress the display of the loading message, override the implementation of
displayLoadingMessage() and hideLoadingMessage() with actionless functions:
// do not display the loading indicator
Seam.Remoting.displayLoadingMessage = function() {};
Seam.Remoting.hideLoadingMessage = function() {};
// do not display the loading indicator
Seam.Remoting.displayLoadingMessage = function() {};
Seam.Remoting.hideLoadingMessage = function() {};