Gandalf
Show a Step Wizard for a Simple Resource
Yes, I'm referring to a modal. If I include wizard in a form then there are Create and Cancel buttons outside the wizard, which I don't want. I want to show just the wizard with its back, next and create buttons.
4 replies
same model policy: multiple resources
I think this question was for me. Here is a sample:
and then,
Here
AccountPolicy
has inherited all the methods from ModelPolicy
with appropriate customizations through static variables. And custom policy method or overrides are specified in the derived policy, such as setOpeningBalance
in this case.13 replies