Conditionally/programmatically display fragment

Is there a way to conditionally/programmatically display a fragment on demand on an already rendered view? Do you have a roadmap to support it? In the documentation, programmatic fragment can only be invoked in the InitEvent , BeforeShowEvent or ReadyEvent. I need to conditionally display various fragments with in a rendered view’s panel. I was expecting to have a placeholder fragment defined in the parent view and programmatically switch out that fragment with others based on user input.

v2.3+
Thanks.

Hi,

Fragments can be created at any time. The only limitation if a fragment subscribes to the view event, in this case, fragment must be created and added to the view before this event is fired.

It’s a slight discrepancy in documentation, we will fix it.

Regards
Gleb