OpenText Brava HTML Viewer pagenumber parameter - content-management-system

We are using OpenText Brava viewer for document review and annotations. We are using Brava HTML Viewer as ActiveX viewer is not supported by latest browsers. In ActiveX viewer we have an option to add the page number in the Brava URL which will directly navigate the user to the specified page using pagenumber Query String parameter. The Brava HTML viewer is not supporting the pagenumber Query string parameter. Do we have any workaround or customization options to include the pagenumber parameter in URL?
We are using Content Server 16.2.10 and Brava 16.6.
The pagenumber parameter is supported in Brava ActiveX Viewer but it is not working in HTML Viewer

Related

tinymce v5 page embed plugin bug

When inserting iframe via page embed plugin and setting the 'name' parameter to iframe, it does not exists in resulting html source.
It's also actual in plugin demo at page https://www.tiny.cloud/docs/plugins/premium/pageembed/ for tinyMCE v5.
Is it possible to fix it in one of the nearest releases?
iframe dialog
html source code

How do I get a link in a web viewer to open in WebDirect's parent browser?

Given a layout that has a web viewer on it and uses the "data" protocol to calculate some HTML that contains links, how can I get those links, when clicked, to open in the parent web browser of WebDirect instead of within the web viewer itself?
Have you tried to specify the target in the anchor?

Sharepoint 2010 Edit Redirect Page

Using SharePoint 2010. I have created a page with an html redirect put in a content editor (the redirect template was not working properly). I need to make an edit to the redirect timer but the page redirects me even when going in checked-out as an editor and I don't have enough time to get into the source. Is there a way to get into the page and view the HTML Source of the content editor without being redirected or stop the redirect as an editor?
You can use SharePoint Designer to edit the page and modify the contents of the Content Editor Web Part in code view.

How can a GWT served html page have the lang attribute set?

As per GAR compliance, language has to be indicate with page.
Question 2.9. Is the content’s human language indicated in the markup?
E.g. for a page written in all one language, `<html lang="fr">`, or for a multi-lingual page, `<div lang="fr">`.
A GWT application indicates its supported locales list in in its gwt.xml, and the html page with the locale requested by the client gets served.
How can a GWT application have the lang attribute set in the html tag?
Our application is UI widget based, and therefore we don't have a host html page, but directly add the widget to the RootPanel().
Try this:
Document.get().getDocumentElement().setAttribute("lang",
LocaleInfo.getCurrentLocale().getLocaleName());

Export to HTML using Jasper Report or Dynamic Jasper

How can we export HTML to a specific page. Suppose I want to display report in a page called 'viewreport.jsp' . How do I specify the page to which the export should be done?
You could generate report and put it as pdf in an iframe or use target="_blank" and open document.