Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Button options on modal window
#2
Currently there is no option to disable it. It's easy to disable it via JavaScript though:

IW.$('iw-dlg-btn2').disabled = true;

each button is named "iw-dlg-btn" + the position of the button, from left to right, the first is 1.

The code above would disable the second button in the dialog. Does it solve your problem?
Reply


Messages In This Thread
Button options on modal window - by Blanca80 - 10-20-2025, 01:54 PM
RE: Button options on modal window - by Alexandre Machado - 10-22-2025, 06:56 AM
RE: Button options on modal window - by Blanca80 - 10-22-2025, 08:34 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)