Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

This tutorial will show you how to extend an already existing module. This is actually a description how we implemented the Stoppages module.

...

We have also define the corresponding view (stoppage/allStoppagesForm). We can set here correspondingViewInModal to true if we want the add/edit form to be in a modal window.

Info
titleView Definition

For more information check View Definition Overview wiki page.

Now lets  create the add/edit form it self:

...