function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
({ doInit : function(component) { function fun(){ alert('2'); //Call APex server here ex() var call=component.get("c.echo"); setInterval(function(){ fun(); }, 10000); } alert('1'); fun(); } })
there is a way to call function every 10 second's but its not good practice