Search found 268 matches

by alin
Tue Apr 25, 2017 3:27 pm
Forum: Other Issues
Topic: Navigation links and icons (navprev, navnext) are not inserted on Webhelp pages
Replies: 8
Views: 5165

Re: Navigation links and icons (navprev, navnext) are not inserted on Webhelp pages

Hello, I hear about the collection-type attribute for the first time and don't understand why we have to set it now if we didn't need to set it in oXygen 18.1 and used to get a proper result. There were no changes between 18.1 and 19 regarding the way the navigation links ( "the arrow icons nex...
by alin
Mon Apr 24, 2017 12:47 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrate HTML files into DITA Webhelp Responsive system
Replies: 6
Views: 2816

Re: Integrate HTML files into DITA Webhelp Responsive system

Yes, the output should retain the folder structure for the directory referenced with the "webhelp.custom.resources" parameter. For example, for the following folder structure: Folder A - a.html - Folder B - b1.html - b2.html - b3.html - Folder C - c1.html - c2.html - c3.html if you set the...
by alin
Mon Apr 24, 2017 12:05 pm
Forum: Other Issues
Topic: Navigation links and icons (navprev, navnext) are not inserted on Webhelp pages
Replies: 8
Views: 5165

Re: Navigation links and icons (navprev, navnext) are not inserted on Webhelp pages

Hello, As far as I know there were no changes regarding the navigation links in the latest oXygen release. In order to have navigation links in the WebHelp Responsive output for a DITA topic, you should set the "collection-type" attribute to "sequence" on its parent "topicre...
by alin
Mon Apr 24, 2017 10:49 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrate HTML files into DITA Webhelp Responsive system
Replies: 6
Views: 2816

Re: Integrate HTML files into DITA Webhelp Responsive system

Hello, This then requires a folder structure to keep the topics separate. But the transformation scenario requires a flat structure, and the files are then imported to the root. The auto-generated topics from Doxygen would overwrite each other. The transformation scenario does not need a flat struct...
by alin
Fri Mar 31, 2017 4:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Changing appearance of FN links in webhelp
Replies: 1
Views: 1590

Re: Changing appearance of FN links in webhelp

Hello, You will have to contribute an additional CSS [1] to the WebHelp transformation scenario and include the following styling rules: a[name^="fnsrc_"] > sup:before { content: "[" } a[name^="fnsrc_"] > sup:after { content: "]" } [1] https://www.oxygenxml.co...
by alin
Fri Mar 17, 2017 6:18 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp ditamap external scope link
Replies: 7
Views: 4521

Re: WebHelp ditamap external scope link

Hello, There is no setting that would enable such a behavior. I have registered your request in our issue tracking tool. A workaround is to contribute a custom JavaScript code that removes the target="_blank" attributes from the external links elements. However this is a partial fix, as th...
by alin
Thu Mar 16, 2017 1:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Collection Type=Sequence Not producing expected results
Replies: 1
Views: 1604

Re: Collection Type=Sequence Not producing expected results

Hello, 1) the hierarchy links to displayed as 1,2,3... The default styling for the WebHelp Responsive output does not specify numbering for the child links by design. If you want to customize the output appearance you can contribute an additional CSS file to the WebHelp transformation scenario. This...
by alin
Thu Mar 16, 2017 10:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Issue including webhelp.head.script
Replies: 7
Views: 3766

Re: Issue including webhelp.head.script

Hello,

The value of the webhelp.head.script parameter should be an URL, not a file path.
In your case it should be: file:/D:/oXygen%20Files/fragments/WebHelp_Classic_hdr.xml

Regards,
Alin
by alin
Wed Mar 15, 2017 6:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Remove link for abbreviated-form
Replies: 3
Views: 2055

Re: Remove link for abbreviated-form

Hi, I understand that you want a way to match an element that has a certain child element (in your case a <a> element that contains a <dfn> element with the .abbreviated-form class). As far as I know there is no such thing as a parent selector in CSS. You can have a look here: https://www.w3.org/TR/...
by alin
Tue Mar 14, 2017 7:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Remove link for abbreviated-form
Replies: 3
Views: 2055

Re: Remove link for abbreviated-form

Hello, You can contribute your own CSS file that overrides the default style rules following this procedure: https://www.oxygenxml.com/doc/versions/18.0/ug-editor/topics/webhelp-customization-css.html. Actually, the abbreviated form term is generated inside an a element. For example: <a href="a...
by alin
Tue Mar 14, 2017 5:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Insert ate in webhelp output
Replies: 11
Views: 5770

Re: Insert ate in webhelp output

Hello, There might be a solution for your use case but you should store your DITA project on a SVN repository. You will have to declare a custom meta data property in each topic file with the value set to "$Date$" . For example: <topic id="topic1"> <title>Topic 1</title> <prolog>...
by alin
Mon Mar 13, 2017 4:09 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Issue including webhelp.head.script
Replies: 7
Views: 3766

Re: Issue including webhelp.head.script

What is the value of the webhelp.head.script parameter?
If it points to a file, what is the content of that file?
by alin
Wed Mar 08, 2017 1:24 pm
Forum: General XML Questions
Topic: navtilte
Replies: 1
Views: 1881

Re: navtilte

Hello, You can set a different text for the links in the reltable using the <linktext> element. For example: <relcell> <topicref href="open-task-1.dita"> <topicmeta> <linktext>Open first page</linktext> </topicmeta> </topicref> </relcell> Regards, Alin
by alin
Wed Mar 08, 2017 12:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Updating webhelp tile image
Replies: 2
Views: 1513

Re: Updating webhelp tile image

Hello, You could use a padding-top value that is larger than the height of the background image. For example: .wh_tile > div { background-repeat: no-repeat; background-position: center 0; padding-top: 200px; /* In my case the background image has a height of 180 pixels and the padding-top value shou...
by alin
Wed Mar 08, 2017 11:29 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Issue including webhelp.head.script
Replies: 7
Views: 3766

Re: Issue including webhelp.head.script

Hello, It is possible that you have misspelled the URL of the footer file when you set the value for the webhelp.head.script parameter. In order to be sure that the URL is correct please follow these steps: Link the file in the Project View. Right click the file in the Project View and select Copy L...
by alin
Tue Feb 28, 2017 10:00 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Equation-Figure in Output
Replies: 3
Views: 2328

Re: Equation-Figure in Output

Hello, We have reported this issue to the DITA-OT development team. Until a fix is available you can use a custom CSS that hides the "Figure" static text and displays "Equation" instead. This procedure in our User Manual describes how the WebHelp output can be customized using an...
by alin
Fri Feb 24, 2017 7:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Skins for WebHelp Plugin Output
Replies: 2
Views: 1772

Re: Skins for WebHelp Plugin Output

Hello, Please find my answers below: 1. Does the plugin include the same alternative skins that are offered in oXygen? Yes, the skins offered in oXygen are also available in the WebHelp Plugin product. 2. If so, can they be customised using your skin builder? Only the skins for the WebHelp Classic o...
by alin
Tue Feb 14, 2017 6:40 pm
Forum: Feature Request
Topic: Add support for ux-context-string to WebHelp output
Replies: 1
Views: 1850

Re: Add support for ux-context-string to WebHelp output

Hello,

Thank you for using Oxygen. I have logged your request in our issue tracking tool.
Can you please give us more details about use case? Why do you need this attribute?

Regards,
Alin
by alin
Fri Feb 03, 2017 11:36 am
Forum: General XML Questions
Topic: Displaying Search Results for Chunked Topics
Replies: 3
Views: 2785

Re: Displaying Search Results for Chunked Topics

No, you do not have this possibility. There is no option that would enable this kind of functionality.
by alin
Thu Feb 02, 2017 6:10 pm
Forum: General XML Questions
Topic: Displaying Search Results for Chunked Topics
Replies: 3
Views: 2785

Re: Displaying Search Results for Chunked Topics

Hello, I have tested the scenario you described with Oxygen 16 and I noticed that the search engine behavior is the same with the one from current Oxygen version. In other words the titles of the chunked subtopics are not listed in the search results. This is the expected behavior and I think it nev...
by alin
Tue Jan 31, 2017 5:51 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrate HTML files into DITA Webhelp Responsive system
Replies: 6
Views: 2816

Re: Integrate HTML files into DITA Webhelp Responsive system

Hello, You can configure the WebHelp transformation scenario to copy the additional HTML documents in the output directory. This way the HTML documents will be indexed by the WebHelp search engine. The HTML documents should be XML well-formed (XHTML) and they should have the ".html" extens...
by alin
Fri Jan 27, 2017 6:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: webhelp-responsive scroll content area only (not header, search, breadcrumbs)
Replies: 2
Views: 1632

Re: webhelp-responsive scroll content area only (not header, search, breadcrumbs)

Hello, There is no out-of-the-box setting that will enable that behavior. In order to achieve this functionality a solution is to use the "position:fixed" CSS property on the components you want to be always visible. This procedure in our User Manual describes how to contribute the additio...
by alin
Thu Jan 19, 2017 12:51 pm
Forum: Other Issues
Topic: Adding buttons to webhelp classic header
Replies: 2
Views: 2064

Re: Adding buttons to webhelp classic header

Hello, I am need of adding a button next to the oldframes and printlink button (top right in the framesLink div). You can achieve this by contributing an XHTML fragment to the transformation scenario. This fragment will be inserted in the HTML files generated by the WebHelp transformation. The XHTML...
by alin
Mon Jan 16, 2017 5:09 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive plugin
Replies: 1
Views: 932

Re: WebHelp Responsive plugin

Hello,

Thank you for your feedback. Indeed, it would be better to declare properties and taskdefs in an initialization target. We will take into account your suggestions and we will try to improve our product.

Regards,
Alin
by alin
Thu Jan 12, 2017 4:36 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding links to Topics in Ditamap from Footer
Replies: 1
Views: 1298

Re: Adding links to Topics in Ditamap from Footer

Hello, You should specify the links relative to the output directory. In order for the links to be relative to the output directory no matter what the HTML page they are inserted in, you should use the ${oxygen-webhelp-output-dir} macro. For example: ${oxygen-webhelp-output-dir}/legal/copyright.html...
by alin
Thu Jan 12, 2017 4:27 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Rel. Links Displaying Above Hierarchy Links
Replies: 1
Views: 1212

Re: Rel. Links Displaying Above Hierarchy Links

Hello, In Oxygen 18.1, using the responsive webhelp, if a topic has both hierarchy links and Relationship table links, the Relationship table links display above the hierarchy links in the output. Should be be opposite, the hierarchy links should display first, and the Relationship table links shoul...
by alin
Fri Jan 06, 2017 4:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: breadcrumbs in Webhelp Classic Mobile not displaying
Replies: 8
Views: 3513

Re: breadcrumbs in Webhelp Classic Mobile not displaying

Hello, Thank you for your feedback. We are using this for a mobile application, where screen real estate is at a premium. The header is quite large on the home and topic pages, so we need something much tighter like the Classic theme. You can customize the appearance of the Responsive output either ...
by alin
Thu Jan 05, 2017 1:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: breadcrumbs in Webhelp Classic Mobile not displaying
Replies: 8
Views: 3513

Re: breadcrumbs in Webhelp Classic Mobile not displaying

Hello, We would appreciate your feedback regarding the reasons for which you preferred the Mobile output. Why didn't WebHelp Responsive met your needs? I think what you are trying to achieve is not an easy task. The WebHelp Mobile output's architecture is not compatible with the WebHelp Responsive o...
by alin
Wed Jan 04, 2017 6:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Generated text strings not found when published using build server
Replies: 8
Views: 3517

Re: WebHelp Responsive: Generated text strings not found when published using build server

Hello, We have managed to reproduce the issue regarding the missing labels. We are currently investigating the problem and we will notify you when we have a solution for it. It seems the problem occurs when the WebHelp Plugin is run from the command line. If the transformation is performed from oXyg...
by alin
Wed Jan 04, 2017 1:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: breadcrumbs in Webhelp Classic Mobile not displaying
Replies: 8
Views: 3513

Re: breadcrumbs in Webhelp Classic Mobile not displaying

Hello, Thank you for reporting this problem. We have reported an issue to DITA-OT ( https://github.com/dita-ot/dita-ot/issues/2554 ). It seems that the "args.breadcrumbs" parameter it is not implemented and thus setting it has no effect. However, the WebHelp Classic Mobile output does not ...