!--a11y-->
View:
Components of a View Controller 
The last four tab pages in the View Editor contain the parts of the view controller that can be maintained: the context, attributes, actions and methods.
The context of a view differs from the contexts of other controllers by its restricted visibility. Nodes and attributes that you create within a view context can only be used there, whereas the context elements of other controllers can be used for the cross-view data transport through binding to several other contexts. Data can even be transported across components using the interface controller.
Controller: Context contains information about creating and editing context nodes and attributes.
You can create attributes for the context of a view: Controller: Attribute.
Actions are special types of events. For more information about creating and editing actions and other events, see Controller: Events.
In addition to event handlers for actions and inbound plugs as well as events of other controllers, you can create simple methods for a view controller.
As for all other controllers, you can find the documentation for the tools in Controller: Methods.