Table of Contents

Custom UI

In DynamicWeb 10, you have a wide range of options for extending the UI of the administration interface.

Specifically, the administration interface uses a modular architecture where each element has its own distinct responsibility:

EditScreen

Before you start building or extending the admin interface, it's important to understand what a screen is, how it's structured, and which UI elements you can use. You can explore these elements in the Screen architecture articles.

They will teach you basic skills such as:

  • How to create a custom area
  • How to add nodes to an area tree
  • How to add custom actions to an action menu

Once you've familiarized yourself with the general screen architecture - including the built-in ScreenTypes - you can start creating custom screens.

To top