Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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
Solved! Go to Solution.
There is an easy way to accomplish this. You only need to add in your wizard jsp following syntax:
<jca:wizard buttonList="xxx" type="clerk" title="<%=title%>">
There is an easy way to accomplish this. You only need to add in your wizard jsp following syntax:
<jca:wizard buttonList="xxx" type="clerk" title="<%=title%>">