Hi,
In the demos of the editor (Proxy target demo) we need to export the pdf that we have ( i already set the proxy and is working) to a new window/tab just like the example says:
pdf: { forceProxy: true,
proxyURL: "/save",
proxyTarget: "_blank"
}
EXAMPLE - OPEN THE GENERATED DOCUMENT IN A NEW WINDOW
In the editor it open the pdf in the same window . You can see that in the example in the Dojo .
This same example but in the scheduler ( scheduler demo) works fine and it open like it says it does.
is this a bug or how should i do to open the pdf in a new window using the editor?
thanks in advance