Versions Compared

Key

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

...

Instance parameters support the following pre-defined variables: ${username}, ${viewName} and ${instanceName}

Events

Events are an important component of the views framework. Events allow the view to interact with the framework on lifecycle changes (i.e. "framework events"). such as deploy, create and destroy. As well, once a user has collection of views available, eventing allows the views to communicate with other views (i.e. "view events").

...