Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possibile errors in IWBootStrap Library
#6
Most issues are fixed except (3)

There are a few things there that are clearly not supported:

a) Your parameter is named "Callback". You can chose any name of parameter you want except "Callback". "Callback" is exactly the name of the parameter which is supposed to carry the name of the callback call. So you need to chose something else.

b) Your button named IWBSButton2 (Get value hidden input) has 2 distinct events attached to it.
You trigger an Async request with script events (via ajaxCallback() call) and there is another Async request triggered via standard OnAsyncClick event.

I don't know exactly what is your goal there, but I don't see why you need 2 callbacks in sequence like that.
Reply


Messages In This Thread
RE: Possibile errors in IWBootStrap Library - by Alexandre Machado - 09-17-2019, 10:39 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)