Represents a part of a page. Used when you want to display a frame with your own model and template as part of another page.
Inherits: RootContainer : Container : UIElement : UIElementBase
Content property: Children
Name | Type | Description |
---|---|---|
Background | BackgroundStyle | Background color of the page. |
Base item properties |
For example, there is a page with two columns. In the left column there is the list of entities, and in the right ― the properties of the selected entity.
In the left column we display the list of entities, in the right ― the
Include element. We associate
the Source
of this element with the property (possibly calculated) of the
list item which should represent the URL to the right side of the page.
Using the generated URLs, we place views with Partial
layout elements
as a root with our own model and our own template.
Please note that the models themselves and their views on the right side can be completely arbitrary and not related to each other in any way.