Can I add a multipage repeater to a multipage explorer
I have an EMF project and I want to use the editor from emf inside the generated multiplier.
Can I do it? or should I change the multiplayer from emf to a regular editor (keep only one editor)
+2
Ido
source
to share
1 answer
Given MultiPageEditor
deprecated, I assume you are linking to MultiPageEditorPart
.
In such a case, yes, you should be able to add MultiPageEditorPart to MultiPageEditorPart as pointed out in this thread , with some restrictions / tricks for
- contributors of individual actions (create your own
ActionBarContributor
based onMultiPageActionBarContributor
) - View properties
0
VonC
source
to share