Child pages
  • Inheritance Model

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the generated method there will be '_super.newRecord(event)' this will call the original method on the super form. This can be removed if the super code doesn't need to be called or there code can be put code inserted before of after the call, if it is put inserted after the super call don't forget to move the 'return'.

...