Child pages
  • Implementing Business Logic

Versions Compared

Key

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

...

  • Anchor
    form_method
    form_method
    From the Solution Explorer treetheSolution Explorertree, navigate to the Active Solution > Forms > myForm nodetheActive Solution>Forms > myFormnode. Right-click the myForm node and select Create Method from themyFormnode and selectCreate Methodfrom the pop-up menu. Choose a method name and click OKclickOK. The method declaration will be generated in the myFormthemyForm.js filejsfile, which will be opened in the Script theScript Editor.
  • From the Solution Explorer tree, navigate to the Active Solution > Forms > myForm node. Highlight the myForm node and click the Create Method button from the lower toolbar in the Solution Explorer. Choose a method name and click OK. The method declaration will be generated in the myForm.js file, which will be opened in the Script Editor.

...