Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added "Main article" link, spelling

Page And Component Classes

Main article: Component Classes

What's the difference between a page and a component?

There's very little difference between the two. Pages clases classes must be in the root-package.pages package; components must be in the root-package.components. Pages may provide event handlers for certain page-specific events (such as activate and passivate). Components may have parameters.

...