[CLOSED] Adding task at client

  1. #1

    [CLOSED] Adding task at client

    How to add new task in taskmanager at client side.For ex.
    App.tskManager.addTask({id:"22222",autoRun:false,waitPreviousRequest:true,interval:60000,clientRun:function(){alert('boooo')}});
    this is not working.
    Last edited by Daniil; Sep 03, 2014 at 2:13 PM. Reason: [CLOSED]
  2. #2
    Hi @odyssey,

    Your code appears to be working for me, but you might need to start a task since you set "autoRun: false".
    App.tskManager.startTask("22222")
  3. #3
    True. It really works. Most probably I messed up some Firefox windows in firebug

Similar Threads

  1. Adding an event to Msg button from a client side?
    By ascsolutions in forum 1.x Help
    Replies: 3
    Last Post: Jan 24, 2012, 11:47 AM
  2. Replies: 1
    Last Post: Nov 18, 2011, 5:29 PM
  3. [CLOSED] Adding node dynamicaly to treegrid on client side
    By bakardi in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Oct 22, 2011, 6:38 AM
  4. [CLOSED] Adding Task with Direct Method
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 15
    Last Post: Jan 29, 2010, 4:21 PM
  5. Replies: 2
    Last Post: Mar 08, 2009, 10:11 AM

Tags for this Thread

Posting Permissions