Enable wizard button by default
Hello,
my edit wizard has 5 steps. You start at the first step, the Apply and Finish buttons are disabled be default.
You have to go through the first 2 steps so the Apply and Finish buttons enable.
However, I need them to be enabled all the time by default so you can open the wizard and apply the changes right away.
I came up with this: Ext.getCmp("PJL_wizard_ok").enable();
This works for enabling the button, however, I need a place to call it. I was thinking about using a listener but I have tried "wizardLoadComplete" which does not work.
Is there another way to achieve this?
Best regards

