Search found 207 matches
- Tue Jan 15, 2019 3:52 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Some questions concerning WebHelp Responsive output
- Replies: 1
- Views: 211
Re: Some questions concerning WebHelp Responsive output
Hi Susanne, The output contains some collapsible elements such as sections, examples and tables (anything else?). Normally, if a section is collapsed, its title is displayed. However, in some cases, other content is displayed as well. For example, when text is added directly to the section element i...
- Tue Jan 08, 2019 1:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Referencing an external CSS
- Replies: 4
- Views: 396
Re: Referencing an external CSS
Hello, You could achieve this using the webhelp.head.script parameter that points to an XML file like the one below: <head> <link rel="stylesheet" type="text/css" href="${oxygen-webhelp-output-dir}/CompanyCSS.css" /> <link rel="icon" href="${oxygen-webhel...
- Tue Sep 25, 2018 12:43 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Appscan security vulnerabilities in responsive
- Replies: 2
- Views: 497
Re: Appscan security vulnerabilities in responsive
Hello, We ensure that we do our best to meet the most demanding security standards and we are continuously improving our products. I cannot identify such a vulnerability in our WebHelp Responsive output published using the latest version of Oxygen XML Editor (v20.1). To further investigate this we n...
- Mon Sep 03, 2018 11:34 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: HTML output with embedded CSS
- Replies: 3
- Views: 573
Re: HTML output with embedded CSS
Hello,
Unfortunately, there is no transformation scenario that generates a single HTML file, without references to external files (CSS, JS or images).
Regards,
Bogdan
Unfortunately, there is no transformation scenario that generates a single HTML file, without references to external files (CSS, JS or images).
Regards,
Bogdan
- Tue Jul 03, 2018 9:47 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: session.save_path (fatal) WebHelp installation
- Replies: 1
- Views: 490
Re: session.save_path (fatal) WebHelp installation
Hello, Session variables store user information to be used across multiple pages (e.g. username, options, etc) so that the computer knows who you are. It knows when you start the application and when you end. If the application is not able to store the sessions on your web server, you may get unexpe...
- Tue May 29, 2018 2:43 pm
- Forum: Common Problems
- Topic: Prevent WebHelp Caching in Browser.
- Replies: 7
- Views: 2183
Re: Prevent WebHelp Caching in Browser.
Hello, Unfortunately we don't have a mechanism to invalidate the entire HTML files. This is controlled by the web server or the client browser. More information about how browser caching works can be found here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching You can add the following head...
- Wed May 02, 2018 4:40 pm
- Forum: XSLT and FOP
- Topic: Adding "Previous" and "Next" to Navigation Arrows
- Replies: 3
- Views: 947
Re: Adding "Previous" and "Next" to Navigation Arrows
Hello, Using a custom CSS file, you can add a string before/after an element. The following CSS code will add the Previous / Next strings before/after the arrows: span.navprev:before{ display: inline-block; content: "Previous"; color: #347bb7; padding-right: 0.5em } span.navnext:after{ dis...
- Thu Apr 12, 2018 3:46 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp Common - menucascade produces <abbr>
- Replies: 4
- Views: 858
Re: Webhelp Common - menucascade produces <abbr>
Hello, The ">" character and the "and then" title are generated by the following template: <xsl:template match="*[contains(@class,' ui-d/uicontrol ')]" name="topic.ui-d.uicontrol"> <!-- insert an arrow with leading/trailing spaces before all but the first uico...
- Tue Apr 10, 2018 11:22 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp Common - menucascade produces <abbr>
- Replies: 4
- Views: 858
Re: Webhelp Common - menucascade produces <abbr>
Hello, By default, browsers are rendering the <abbr /> elements with a dotted underline. The underline tells readers that the word in question has extra information associated with it. More information can be found here: https://developer.mozilla.org/en-US/docs/Archive/Web_Standards/Styling_Abbrevia...
- Tue Mar 27, 2018 4:29 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Removing icons from notes
- Replies: 5
- Views: 793
Re: Removing icons from notes
Hello,
To remove the background-image from note elements you could use the following CSS fragment:
Regards,
Bogdan
To remove the background-image from note elements you could use the following CSS fragment:
Code: Select all
.note>span{
background-image: none !important;
}
Regards,
Bogdan
- Fri Feb 09, 2018 4:00 pm
- Forum: Common Problems
- Topic: How to override the menucascade-separator?
- Replies: 2
- Views: 688
Re: How to override the menucascade-separator?
Hello,
To remove the dotted line you should use the following CSS code:
Regards,
Bogdan
To remove the dotted line you should use the following CSS code:
Code: Select all
abbr, abbr[title] {
text-decoration: none;
border-bottom: none;
}
Regards,
Bogdan
- Fri Jan 19, 2018 4:45 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp classic auto open first result on right pane
- Replies: 1
- Views: 466
Re: Webhelp classic auto open first result on right pane
Hello, Instead of getting the @href value of the first link and then use it to change the iframe on the right, you could try to get the first link and then trigger a click event as it would be clicked by the user. I've tested using the webhelp.body.script parameter and the following code and it work...
- Fri Jan 05, 2018 5:26 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Richer formatting within Short Description
- Replies: 7
- Views: 1285
Re: Richer formatting within Short Description
Hello,
I've tested using Oxygen version 19.1 build 2017121318 and I can confirm this behavior.
I've just registered an issue in our internal bug tracking system to be analyzed.
Regards,
Bogdan
I've tested using Oxygen version 19.1 build 2017121318 and I can confirm this behavior.
I've just registered an issue in our internal bug tracking system to be analyzed.
Regards,
Bogdan
- Thu Jan 04, 2018 3:41 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Richer formatting within Short Description
- Replies: 7
- Views: 1285
Re: Richer formatting within Short Description
Hello, You can add <xref /> elements in the DITA topics short description to add links to specific section or page. Unfortunately, there is no line break element or equivalent in DITA. As a workaround you could use an empty <ph /> element with a custom @outputclass attribute and a custom CSS for sty...
- Thu Jan 04, 2018 12:54 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Image classes?
- Replies: 1
- Views: 492
Re: Image classes?
Hello, Yes, you can obtain a custom CSS class in the generated output using the @outputclass attribute in the DITA topic. The value of this attribute will be found in the resulted @class attribute in the output. For example, if your DITA topic contains <image href="path/to/image" outputcla...
- Tue Dec 19, 2017 4:25 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Font in SVG
- Replies: 2
- Views: 896
Re: Font in SVG
Hello, When SVG images are referred in DITA topic using <image href="images/image.svg" /> in the WebHelp output the SVG file are included with the <img/> element. The SVG images linked in HTML files using the <img/> element, may not be rendered properly when other resources are linked from...
- Thu Dec 14, 2017 3:53 pm
- Forum: Common Problems
- Topic: Add Title description
- Replies: 2
- Views: 710
Re: Add Title description
Hello, When I generate a webhelp, I can only get a title, how to add a short description for my titles? The short description displayed in tiles is gathered from the <shortdesc/> element found in DITA topics. You can overwrite this short description using the topicmeta/shortdesc element of the <topi...
- Thu Nov 30, 2017 5:43 pm
- Forum: Common Problems
- Topic: Multiple footers?
- Replies: 1
- Views: 623
Re: Multiple footers?
Hello, To use different footer file for index page you should follow this procedure: ⋅ Create a backup copy of the " ${DITA-OT-DIR}\plugins\com.oxygenxml.webhelp.responsive\templates\dita\bootstrap " directory. This could be helpful if you want to revert your changes. ⋅ ...
- Fri Nov 24, 2017 5:51 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Integrating with the New Google Analytics using gtag.js
- Replies: 3
- Views: 900
Re: Integrating with the New Google Analytics using gtag.js
Hello, The file referred by "webhelp.fragment.before.body" parameter should be a well-formed XHTML file. If it is not a well-formed XHTML, the generated output contains only the path to that file instead of its content. The new Google Analytics tracking code contains two <script/> elements...
- Wed Nov 08, 2017 4:46 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: WebHelp responsive with Feedback - Email configuration
- Replies: 2
- Views: 585
Re: WebHelp responsive with Feedback - Email configuration
Hello, The feedback module doesn't need any special configuration for SMTP mail server. It uses the information from the php.ini file configuration of the PHP installation. For example, you should edit your php.ini file to contain the following line: [mail function] SMTP = localhost smtp_port = 25 Y...
- Thu Oct 12, 2017 5:03 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Open image in new tab
- Replies: 2
- Views: 1353
Re: Open image in new tab
Hello, You could do this using a custom JavaScript file containing the following code: $(document).ready(function(){ $('img.image').click(function(){ window.open($(this)[0].src, '_blank') }); }); This makes any image clickable. When you click an image, a new browser window containing the image is op...
- Wed Aug 30, 2017 5:02 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Autonumbering Task Topic Titles for Tutorials in Webhelp
- Replies: 1
- Views: 575
Re: Autonumbering Task Topic Titles for Tutorials in Webhelp
Hello, Assuming that you are using the chunk="to-content" attribute to obtain one large tutorial from a series of topics, you could use the outputclass attribute and the CSS Counters to obtain what you required. The outputclass attribute should be set on the root element of the topic that ...
- Wed Jul 12, 2017 3:50 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Prints empty page in Webhelp in Internet Explorer
- Replies: 2
- Views: 584
Re: Prints empty page in Webhelp in Internet Explorer
Hello, Thank you for reporting this. I've just tested with latest version of Oxygen v19.0 and the built-in DITA Map WebHelp Classic transformation scenario. I can confirm that when you try to print a page from Internet Explorer 11 the page is empty. I've registered in issue in our internal bug track...
- Tue Jul 04, 2017 3:53 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Video Tutorials in Webhelp Responsive
- Replies: 6
- Views: 1385
Re: Video Tutorials in Webhelp Responsive
Hello, To include videos in our user manual, we are using an XML fragment like the one below which is referred through the "webhelp.fragment.before.toc_or_tiles" parameter in our build process. <div id="videos"> <div id="video-elements" class="container"> <h1 ...
- Thu Jun 15, 2017 3:36 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: WebHelp tile - image hyperlink
- Replies: 4
- Views: 1191
Re: WebHelp tile - image hyperlink
Hello, To achieve this you could use a custom JavaScript. A best practice is to add your custom JavaScript at the end of the HTML page. For this, you should use the "webhelp.fragment.after.body" parameter. The value of the parameter can be a path to a file that contains a well-formed XHTML...
- Thu May 18, 2017 12:43 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Translating strings.php
- Replies: 2
- Views: 785
Re: Translating strings.php
Hello, Yes, this is the case. The "strings.php" file is used only for the feedback system of the WebHelp output. This file is not needed if the WebHelp is generated without feedback and you don't need to translate those strings if yo are not using feedback module. I've also registered an i...
- Wed May 10, 2017 12:33 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Search not working with local transform
- Replies: 6
- Views: 1174
Re: Search not working with local transform
Hello,
Please transform our "flowers.ditamap" sample using your customized DITA-OT transformation scenario and send us the ZIP containing the generated output at support@oxygenxml.com.
Regards,
Bogdan
Please transform our "flowers.ditamap" sample using your customized DITA-OT transformation scenario and send us the ZIP containing the generated output at support@oxygenxml.com.
Regards,
Bogdan
- Fri May 05, 2017 5:04 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Search not working with local transform
- Replies: 6
- Views: 1174
Re: Search not working with local transform
Hello, I've just tried with Oxygen v19.0, build 2017033118 and I cannot reproduce this behavior. Using the our flowers.ditamap sample, I've applied the built-in DITA Map WebHelp Responsive transformation scenario. After the transformation successfully ended, the browser open with the generated WebHe...
- Fri May 05, 2017 4:44 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Search not working with local transform
- Replies: 6
- Views: 1174
Re: Search not working with local transform
Hello, What version and build number of Oxygen are you using to generate the WebHelp output? Which transformation scenario are you using: the DITA Map WebHelp Classic or DITA Map WebHelp Responsive? The search function should work even if you are accessing the WebHelp output locally in both versions...
- Tue Apr 25, 2017 3:49 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Expand/Collapse not working as expected in webhelp responsive tasks
- Replies: 1
- Views: 615
Re: Expand/Collapse not working as expected in webhelp responsive tasks
Hello, Unfortunately the expand/collapse button is not working for task labels generated by DITA-OT. The expand/collapse button was removed for these elements in Oxygen v19. My colleague registered an issue to DITA-OT for an extra container to be added in this case: https://github.com/dita-ot/dita-o...