How to add a view into created window?

I have a window:

{
	view: 'window',
	id: `win-${id}`,
	move, resize, modal, position,
	escHide: false,
	head: { ... },
	body: { view: 'scrollview', borderless: true, body: { rows: [] }},
}

in the other place I am trying to add new view:

window.getBody().getChildViews()[0].addView(new SomeJetView());

But config function has not called for a child view.
Seems like popups has own pipe or something like that.

Seems like I have found a decision.

Sorry for disturbing you. I will try and reply.

1 Like

Abd here also.