APEX-PLUGIN.COM

..the apex plugin directory

an initiative of

 

Compete in the ODTUG APEX   Plugin Competition!

·   Rules on ODTUG

·   Register to submit

·   Winner will be announced at Kscope12!

 

Basic Competition Rules

  • Only new plugins can enter the competition
  • Plug-ins must be submitted by May14,2012
  • Select ODTUG Competition as category
  • Provide an URL to a demo location
  • Source code uploaded to ODTUG Competition category is not downloadable during competition

Add your APEX4.0 Plugin info

Describe your Plugin’s features. You can upload the Plugin’s code and documentation, or, alternatively, submit the URLs to your website or blog.

You are here:
Follow us on Twitter
Dynamic Action Plugin Screen Saver for Idle Session

Screen Saver for Idle Session

10
Categories: Dynamic Action Plugin
Author: vikram

A Plugin to setup screen saver for your apex appli

A plugin to setup screen saver when session is idle using a dynamic action, It works well in IE, Firefox and Chrome. Total Downloads: 41

Create this dynamic action on page 0to set up it for whole application. Please leave your feedback and comments below. 

Once you install this plugin in your application, you could then create this dynamic action with event page load.

Idea: Create this on page zero to apply to whole application or more than one page

Added code to fire jquery event called 'plugin172sessionexpired' when the session expires, So you can do some kind of javascript stuff using bind:

For example:

$(document).bind('plugin172sessionexpired', function() {
      alert('session expired');
});

Please download this from download section from bottom right

http://apex.oracle.com/pls/apex/f?p=1983:13


Keywords
Screen Saver,jquery,css,apex idle session,oracle apex idle,jquery event

Screen Saver
Screen Saver
Company:
Date added: 20.2.2012
Views: 1173
Votes: 6
Reviews: 2
Min. APEX Version:
4.0
Share on Facebook
Digg! Share on Digg
Save This Page
Download
download apex plugin
If something is not correct please report it here: Report Listing
Do you have a question about this Plugin? Want to write a Review or Comment?
Login first.
Reviews / Questions / Comments are e-mailed to the author of the Plug-in.
0 
Hi Damir,
by vikram
on March 8, 2012
I have added code to trigger an jquery event called 'plugin172sessionexpired' after the session expires, So you can now use the jquery bind to execute some JavaScript.

Please download the latest plugin definition and install into your app.

$(document).bind('plugin172sessionexpired', function() {
alert('session expired');
});


Regards,
V
March 8, 2012
The Entry has been updated in the meantime!
0 
Screen saver
by Damir Vadas
on March 7, 2012
This .js solution should delete cookie to terminate session. How to achieve that?
Rg,
Damir
February 23, 2012
The Entry has been updated in the meantime!
Powered by Sigsiu.NET RSS Feeds

Disclaimer: The APEX Plugins on this site are not supported by Oracle Support Services.

If you have a question about a Plugin or need support: Login and select the plugin detail page. At the bottom you can enter your Question / Review / Remark.
Your message will be sent to the author of the plugin.