[CLOSED] Way to tell store to reaload data but only if circumstances are met

Page 5 of 5 FirstFirst ... 345
  1. #41
    Quote Originally Posted by ViDom View Post
    Oh ok I will try it and let you know :)
    What is the difference between Call and AddScript methods then?
    Well, the difference was described here.

    Quote Originally Posted by Daniil View Post
    So you can generate JavaScript in this handler and pass it to a client to execute this way:
    X.Js.AddScript("script");
    Or define a JavaScript function and call it this way:
    X.Js.Call("reloadComboBoxAndSetValue", combo.ClientID, "value");

    The AddScript method is to execute some JavaScript code.

    The Call one is to call a JavaScript function.
  2. #42
    Quote Originally Posted by Daniil View Post
    Well, the difference was described here.




    The AddScript method is to execute some JavaScript code.

    The Call one is to call a JavaScript function.
    Thanks @Daniil for explaining it:)

    It working:) Thanks again for help :)
Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. Replies: 0
    Last Post: Apr 22, 2012, 9:39 AM
  2. Replies: 1
    Last Post: Mar 08, 2012, 2:52 PM
  3. Replies: 5
    Last Post: May 17, 2011, 9:10 AM
  4. Replies: 5
    Last Post: Nov 26, 2010, 5:39 PM
  5. [CLOSED] Data Store deriving invalid data variable name
    By SFritsche in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 15, 2009, 12:31 PM

Tags for this Thread

Posting Permissions