Exam Area: Area 1 – Product Knowledge (15%)
Edit View is the primary interface for editors. Access it at /episerver/cms/.
Edit View Layout:
┌─────────────────────────────────────┐
│ Toolbar (top bar) │
├────┬────────────────────────────────┤
│ │ │
│ │ Content Preview Area │
│Nav │ (Live page preview OR │
│Pan │ All Properties form) │
│el │ │
│ │ │
└────┴────────────────────────────────┘
| Mode | Description |
|---|---|
| On-page Edit | Preview with edit overlays |
| All Properties | Full form view with all properties |
| Preview | Read-only preview |
@* Enable on-page editing with PropertyFor *@
@Html.PropertyFor(m => m.CurrentPage.Heading)
@* When in Edit mode, renders edit overlay *@
@* When outside Edit mode, renders HTML normally *@
Click on element in preview:
→ Highlight property
→ Click to edit inline
→ OR open All Properties form
@* ContentArea allows drag & drop of blocks in edit mode *@
@Html.PropertyFor(m => m.CurrentPage.MainContentArea)
@* Add blocks, rearrange, set display options *@
/episerver/cms/)@Html.PropertyFor() do in Edit Mode? (Shows an edit overlay for on-page editing)