cancel
Showing results for 
Search instead for 
Did you mean: 

Instanciate Fragment from XMLView

0 Kudos

Hey folks,

how can I instanciate a Fragment from an XMLView? I'm looking for something like this:

<core:Fragment name="path.to.my.Fragment" type="XML" controller="this" />

I know it's easily possible for Views so what's the way for Fragments? I think it's in the nature of Fragments to be used like this 😕

BR

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
0 Kudos

No, not at all^^

I'm looking for a way to directly instanciate a XMLFragment FROM an XMLView. I know how to do this from a controller.