The processing-prompt-delay Element"

From Documentation
Line 8: Line 8:
 
  [Default: 900]
 
  [Default: 900]
  
It specifies the time, in milliseconds, to wait before prompting the user with a dialog indicating that the request is in processing.
+
It specifies the time, in milliseconds, to wait before prompting the user with a message indicating that an AU request is in processing at a server. If you click a button, its event listener takes a long time. A browser will show the "processing" message if it doesn't get an AU response in the specified time.
  
=Version History=
 
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
|-
 
|  
 
|  
 
|  
 
|}
 
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 04:40, 21 July 2023


The processing-prompt-delay Element


Syntax:

 <processing-prompt-delay>a_number_in_milliseconds</processing-prompt-delay>
[Default: 900]

It specifies the time, in milliseconds, to wait before prompting the user with a message indicating that an AU request is in processing at a server. If you click a button, its event listener takes a long time. A browser will show the "processing" message if it doesn't get an AU response in the specified time.



Last Update : 2023/07/21

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.