Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW15.1.5 Button and JS onclick
#1
Button open/close accordion (section1, section2) .

IWButton property set Script Events -> onClick ->  $("#section1").collapse("hide"); $("#section2").collapse("show");  -> OK

IWButton Events OnAsyncClick set  
WebApplication.CallBackResponse.AddJavaScriptToExecute('$("#IWButton").click(function(e) { $("#section1").collapse("hide"); $("#section2").collapse("show");  '); -> NOT WORK
Reply


Messages In This Thread
IW15.1.5 Button and JS onclick - by matija - 09-30-2019, 10:54 AM
RE: IW15.1.5 Button and JS onclick - by kudzu - 09-30-2019, 04:28 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)