Hi
i want to add a time trigger to my WebDynpro that when the application is executed and the user didnt do any action for 2 min, the application window is closed, but if the user did an action on screen the time trigger will be re-scheduled and set again for 2 min .
Is it possiable?
Thanks Ami
Hi Elad,
Create an attribute and bind the attribute to the delay property of the timed triggered Ui element.
By default set the value for the attribute as 2. As per your requirement , when user does some action,
modify method will trigger. So in modify method set the attribute vale again to 2 mins.
Hope it helps
Thanks
Aravindan
Hi,
Yes. Check this document for reference: Automatically Close Browser Window of Web Dynpro Application If user does some action, in onAction disable/reset the Timed Trigger.
Hope this helps u,
Regards,
Kiran
Hi,
for your requirement follow the steps
fro closing window .. u find document as Kiran Kumar Valluru said .. i.e.
Automatically Close Browser Window of Web Dynpro Application
Add a comment