The processing-prompt-delay Element"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} [Default: 900] It specifies the time, in milliseconds, to wait before prompting the user with a dialog indicating that the request is i…')
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZKConfigurationReferencePageHeader}}
 +
 
 +
'''Syntax:'''
 +
<syntaxhighlight lang='xml'>
 +
<processing-prompt-delay>a_number_in_milliseconds</processing-prompt-delay>
 +
</syntaxhighlight>
  
 
  [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.
 +
 
 +
<!-- zk.procDelay -->
  
{{ZKConfigurationReferencePageFooter}}
+
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 06:32, 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.