Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layout-and-navigation/lesson-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ When creating views with Kendo UI, you'll often find yourself using common eleme

* **b**. Add a `data-title="Books"` attribute to the first view (`<div data-role="view">`).

* **c**. Remove the full header div (`<div data-role="header">`) from the first view and copy the NavBar into the div with `data-role="header"`. Your layout should now look like this:
* **c**. Cut the whole header div (`<div data-role="header">`) from the 'index' view and replace with it the `data-role="header"` in the view you just created. Your layout should now look like this:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cut the entire header div, including the navbar div (<div data-role="header">...</div>) from the <div data-role="view" id="index" data-title="Books"> block and use it to replace the <div data-role="header">Header</div> you added in the previous step. Your layout should now look like this.

Frankly, I had a lot of trouble figuring out what the tutorial wants me to do. o.O This is nightmare.

```
<div data-role="layout"
data-id="main-layout">
Expand Down