You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: quick-start/60-minute-quick-start/adding-a-layout.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This location is identified by the following code:
12
12
</div>
13
13
```
14
14
15
-
The call to the `renderView()` method with no arguments tells the framework to render the view that was set using `event.setView()`. This is called a **rendering region**. You can use as many rendering regions within layouts or event within views themselves.
15
+
The call to the `renderView()` method with no arguments tells the framework to render the view that was set using `event.setView()`. This is called a **rendering region**. You can use as many rendering regions within layouts or even within views themselves.
16
16
17
17
{% hint style="info" %}
18
18
**Named Regions: **The `setView()` method even allows you to name these regions and then render them in any layout or other views using their name.
0 commit comments