|
<< Click to Display Table of Contents >> Navigation: Classes > TIWJavaScriptOptions > Properties > AjaxErrorMode |
SIGNATURE=IWServerControllerBase.TIWJavaScriptOptions.AjaxErrorMode
ETYPE=Property
Declaration:
Delphi: |
published property AjaxErrorMode: TIWAjaxErrorMode; |
C++: |
__published: __property TIWAjaxErrorMode AjaxErrorMode; |
Description: This is AjaxErrorMode, a member of class TIWJavaScriptOptions.
emNone: JavaScript errors when receiving Ajax responses are ignored
emAlert: Output any JS error while receiving Ajax responses using alert() function
emConsole: Use the console to output JS errors while receiving Ajax responses.
Default is emAlert. In some cases (poor connections) it should be set to emNone or emConsole in order to avoid annoying popup messages.