Vue.js integration

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
jjpoitier
Posts: 1
Joined: Thu Apr 11, 2024 1:02 pm

Vue.js integration

Post 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,
cosminef
Site Admin
Posts: 180
Joined: Wed Aug 30, 2023 2:33 pm

Re: Vue.js integration

Post 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
Cosmin Eftenie
www.oxygenxml.com
Post Reply