Work with Views in an Extension

Views are JavaScript files that provide instructions about how to build an HTML page, including instructions for which template to use. Views also handle data transfer to and from templates. For more information about views and templates, see Anatomy of an Extension.

When developing an extension, you can create views or add child views to a parent view to add additional functionality. When creating a view, you should use one of the existing base classes in the extensibility API. This section describes how to use the Extensibility API to complete the following tasks for views in an extension:

For more information on view architecture, see Views.

Related Topics

Develop Your Extension
Get Started with Extensions
Edit and Create Extension Modules
Work with Events in an Extension
Edit the Extension Manifest

General Notices