Is the showDitaMapView URL parameter active ?

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
Vince
Posts: 64
Joined: Wed Dec 03, 2014 11:25 am

Is the showDitaMapView URL parameter active ?

Post by Vince »

Hello,

Following https://www.oxygenxml.com/doc/versions/ ... aunch.html guide , I add a showDitaMapView=false to the edit link that will Launch Web Author.

This parameter seems no to work.

Regards,
Vincent
Bogdan Dumitru
Site Admin
Posts: 142
Joined: Tue Mar 20, 2018 5:28 pm

Re: Is the showDitaMapView URL parameter active ?

Post by Bogdan Dumitru »

Hello Vincent,

The showDitaMapView URL parameter denotes whether or not the DITA Map side-view is expanded or not when the editor loads. In both cases, the side-view is installed. You may opt to use "&showDitaMapView=false" if you have a small screen and want the side-view to be collapsed when opening a document.

See the below examples:
Bogdan Dumitru
http://www.oxygenxml.com
Vince
Posts: 64
Joined: Wed Dec 03, 2014 11:25 am

Re: Is the showDitaMapView URL parameter active ?

Post by Vince »

Hum, ok, I understand !

But is there an option not to display at all this side view ?

I try this code, but without success

Code: Select all

workspace.getViewManager().removeView('dita-map-view')
Regards,
Vincent
Bogdan Dumitru
Site Admin
Posts: 142
Joined: Tue Mar 20, 2018 5:28 pm

Re: Is the showDitaMapView URL parameter active ?

Post by Bogdan Dumitru »

Hi VInce,

Maybe you call the "removeView" before the view is installer.
I've executed "workspace.getViewManager().removeView('dita-map-view')" in browser console and it worked.
Bogdan Dumitru
http://www.oxygenxml.com
Post Reply