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.