Include Screen like in Web Components

This is what I have in mind. Sometimes we would like to make some screen and like to include in in our some of other screens. Now, instead of re-create screens and copy paste, is this something possible?

Hi,

You can extract your reusable screen parts as a Frames - Frame - CUBA Platform. Developer’s Manual Create it from Studio Screen Designer: Generic UI - New Screen - Blank Screen. Then open Properties tab and change “Controller Extends” to AbstractFrame.

After that you will be able to add Frame UI component and specify your frame id in its screen property.

frame-screen