Page 1 of 1

Vue.js integration

Posted: Thu Apr 11, 2024 1:07 pm
by jjpoitier
Hello
I'm working on a Vue.js project, and we want to integrate Oxygen Web Author directly as a web component (not as an iframe).
I can't find documentation related to this topic.

Does the SDK only allow generating a new WAR, or can I envision a complete integration? If yes, how?
My initial need is to be able to drag and drop from my application to insert items directly into the OWA editor. Is there another way to do this?

Best,

Re: Vue.js integration

Posted: Fri Apr 12, 2024 2:32 pm
by cosminef
Hello,
I'm working on a Vue.js project, and we want to integrate Oxygen Web Author directly as a web component (not as an iframe).
I can't find documentation related to this topic.
The only option for this is to integrate Web Author into a web page by embedding it within an iframe. You can create your own Vue.js component to render the iframe.
Does the SDK only allow generating a new WAR, or can I envision a complete integration? If yes, how?
Could you clarify what you mean by "a complete integration"?
My initial need is to be able to drag and drop from my application to insert items directly into the OWA editor. Is there another way to do this?
For this setup, you'll have to create a plugin. You can begin the process from this link [1] and address more specific questions as you progress.

[1] https://www.oxygenxml.com/doc/versions/ ... ng_js.html

Best,
Cosmin