Child pages
  • Solution Model

Versions Compared

Key

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

...

Code Block
var formMethod = form.newFormMethodnewMethod('function myFormMethod() {controller.newRecord(); }');

...

Code Block
var formMethod = form.getFormMethodgetMethod('myformMethod');

To make it appear in the menu:

...

To remove existing form method myFormMethod:

Code Block
form.removeFormMethodremoveMethod('myFormMethod');
Form Parts

...