Edit Content or Data in Dnn / 2sxc
2sxc has powerful CMS features, most of them just work by magic. You can also modify the behavior to fit your needs.
When users edit content they usually use in-page buttons to access edit-dialogs and more. Here is a short overview and links to what you need to know.
The Standard Edit Dialogs
Editing mostly happens in stand-alone dialogs which are JavaScript based (built using Angular). These dialogs are typically dialogs like
- edit an item
- edit a combination of items - like a content item and an assigned presentation-settings item
This is documented in Edit Content or Data in Dnn / 2sxc
In-Page Toolbars and User Experience
The edit UX begins in the page showing the content/data. Things like
- toolbars opening dialogs or performing actions like publish, move up/down etc.
- quickE (Quick Edit) to customize the toolbar which adds / deletes modules
- inner-content editing
Learn More About...
You may want to learn more about:
- Customize the Toolbar in JavaScript or Razor
- Call CMS commands from buttons without using the toolbar
- Show certain HTML to editors only