Search found 222 matches

by bogdan_cercelaru
Wed Dec 16, 2015 3:53 pm
Forum: Common Problems
Topic: Change the task labels in webhelp
Replies: 6
Views: 2490

Re: Change the task labels in webhelp

Hello,

To change the default background color you should use the following CSS:

Code: Select all


body, #rightPane {
background-color: #dddddd;
}
Regards,
Bogdan
by bogdan_cercelaru
Mon Dec 14, 2015 11:59 am
Forum: Common Problems
Topic: Change the task labels in webhelp
Replies: 6
Views: 2490

Re: Change the task labels in webhelp

Hello, Using your favorite browser you can use the "Inspect element" option that allows you to found the class (or id) attribute of each rendered element. Also you can view the CSS rules applied to the selected element. Then you should use the corresponding class (or id) in your custom CSS...
by bogdan_cercelaru
Fri Dec 11, 2015 4:29 pm
Forum: Common Problems
Topic: Change the task labels in webhelp
Replies: 6
Views: 2490

Re: Change the task labels in webhelp

Hello, To change the label text you should add the following lines in the localization file and then modify the labels text. For example, for English US, you should edit the [DITA_OT_DIR]\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\localization\strings-en-us.xml file. <!--Task section lab...
by bogdan_cercelaru
Mon Dec 07, 2015 4:05 pm
Forum: Other Issues
Topic: Webhelp: No title to click on in search result
Replies: 4
Views: 2086

Re: Webhelp: No title to click on in search result

Hello,

I was not able to reproduce this issue.
Could you please use a clean install of Oxygen Developer (into another location) for your Linux 64bit and try to reproduce the issue using the built-in DITA Map WebHelp transformation?

Regards,
Bogdan
by bogdan_cercelaru
Wed Nov 25, 2015 12:47 pm
Forum: XSLT and FOP
Topic: Adding javascript just before closing body tag
Replies: 2
Views: 2014

Re: Adding javascript just before closing body tag

Hello, I've logged your request on our issue tracking tool to be analyzed. Until it is implemented you can use the webhelp.footer.file parameter as a workaround. The content of the file referred by this parameter should look like: <script type="text/javascript"> /* Your code goes here */ <...
by bogdan_cercelaru
Wed Nov 25, 2015 11:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: extend Webhelp search: Phrase, Full text
Replies: 6
Views: 3028

Re: extend Webhelp search: Phrase, Full text

Hello, You can try to use the Apache Solr platform that probably will meet all your requirements. You will need a customization to use this instead of the built-in search. Please note that this customization is not officially supported by us, so it won't be subject of future support. Regards, Bogdan
by bogdan_cercelaru
Tue Nov 24, 2015 12:38 pm
Forum: Common Problems
Topic: Issue transforming v16 project in v17
Replies: 3
Views: 1870

Re: Issue transforming v16 project in v17

Hello, A new maintenance build of oXygen 17.1, 2015111718 has been released on November 19th and it contains fixes for this issues. You can download it from our web site: Download oXygen XML Editor, Author, or Developer for Windows, Mac, and Linux The list of bug-fixes can be found here: Build Histo...
by bogdan_cercelaru
Fri Nov 20, 2015 12:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: extend Webhelp search: Phrase, Full text
Replies: 6
Views: 3028

Re: extend Webhelp search: Phrase, Full text

Hello, The actual search feature of WebHelp cannot be extended to support the full text and/or phrase capabilities. The WebHelp search is done on the client side and needs to load the entire indexed content. To support full text and/or phrase features, the indexed content will be significantly incre...
by bogdan_cercelaru
Fri Nov 20, 2015 11:30 am
Forum: Common Problems
Topic: Issue with '#' in webhelp URL
Replies: 8
Views: 2977

Re: Issue with '#' in webhelp URL

Hello,

The current implementation needs the "#" character in the WebHelp URL to load the requested topic in the right section of the page.
Unfortunately, you cannot avoid the use of the "#" character in the URL.

Regards,
Bogdan
by bogdan_cercelaru
Tue Nov 17, 2015 6:05 pm
Forum: Other Issues
Topic: images not displayed in webhelp output file.
Replies: 4
Views: 3671

Re: images not displayed in webhelp output file.

Hello, You could use a custom build file that copies the image folder in the output folder at the end of the transformation process. The custom build file should be saved in the DITA_OT_DIR and look like this: <project basedir="." default="dist"> <!--The DITA OT default build fil...
by bogdan_cercelaru
Fri Nov 13, 2015 4:49 pm
Forum: Other Issues
Topic: Errors for Xrefs to Parent Topic (Turned-Off in TOC)
Replies: 1
Views: 1283

Re: Errors for Xrefs to Parent Topic (Turned-Off in TOC)

Hello,

Please provide us a sample project with a reduced DITA Map in order to reproduce this issue.
You can send it by email at support@oxygenxml.com or you can use our Technical Support form.

Regards,
Bogdan
by bogdan_cercelaru
Fri Nov 13, 2015 4:05 pm
Forum: XSLT and FOP
Topic: Table row content lost when using keep within attribute!
Replies: 3
Views: 2543

Re: Table row content lost when using keep within attribute!

Hello,

I'm afraid I don't have a solution for this.

I would recommend to also register and ask this on the DITA users group discussion list:
https://groups.yahoo.com/neo/groups/dita-users/info
or the DITA-OT users group:
https://groups.google.com/forum/#!forum/dita-ot-users

Regards,
Bogdan
by bogdan_cercelaru
Fri Nov 13, 2015 12:26 pm
Forum: Common Problems
Topic: Webhelp search results blank for words in headings
Replies: 2
Views: 1657

Re: Webhelp search results blank for words in headings

Hello,

Thank you for reporting this issue. We were able to reproduce this and we fixed it.
I've already sent you an email with the patched file that fixes this issue.
The fix will be available in the next build of the Oxygen.

Regards,
Bogdan
by bogdan_cercelaru
Fri Nov 06, 2015 6:16 pm
Forum: Common Problems
Topic: How to force a page break after each first level topic
Replies: 9
Views: 7038

Re: How to force a page break after each first level topic

Hello, I'm afraid I don't have a solution for this. If you add a page break this way, it also adds the page for glossary since it is also considered a first level topic. I would recommend to also register and ask this on the DITA users group discussion list: https://groups.yahoo.com/neo/groups/dita-...
by bogdan_cercelaru
Thu Nov 05, 2015 6:12 pm
Forum: Other Issues
Topic: Moving Search in Webhelp
Replies: 3
Views: 1578

Re: Moving Search in Webhelp

Hello,

Are you using the built-in DITA Map WebHelp transformation scenario or a customized one?
Note that the Search tab is used to display the search results, but should be displayed after the first use of the WebHelp search.

Regards,
Bogdan
by bogdan_cercelaru
Thu Nov 05, 2015 12:14 pm
Forum: Other Issues
Topic: Moving Search in Webhelp
Replies: 3
Views: 1578

Re: Moving Search in Webhelp

Hello, What version of Oxygen are you using to generate the WebHelp output? Starting with v17, the search form is located in the top-right corner, in the header section of the WebHelp. You can see the current position of the search form in our online user-guide: oXygen XML Editor Unfortunately, the ...
by bogdan_cercelaru
Wed Nov 04, 2015 5:46 pm
Forum: Common Problems
Topic: Line break inside <mainbooktitle> element
Replies: 7
Views: 4428

Re: Line break inside <mainbooktitle> element

Hi, Sorry, my mistake. Step 3 in my previous message should have been: Open the catalog.xml in Oxygen XML Editor and uncomment this line: <!--uri name="cfg:fo/xsl/custom.xsl" uri="fo/xsl/custom.xsl"/--> So now it looks like this: <uri name="cfg:fo/xsl/custom.xsl" uri=&q...
by bogdan_cercelaru
Wed Nov 04, 2015 3:59 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show step importance (optional, recommended) in Webhelp and PDF
Replies: 12
Views: 4655

Re: Show step importance (optional, recommended) in Webhelp and PDF

Hello, I've tested with the importance attribute set to the <cmd> element and the output does not contains the "Optional:" label. I've noticed the same problem in the XHTML output of the DITA-OT. The WebHelp transformation is based on the XHTML transformation and also inherits this behavio...
by bogdan_cercelaru
Wed Nov 04, 2015 10:56 am
Forum: Common Problems
Topic: Line break inside <mainbooktitle> element
Replies: 7
Views: 4428

Re: Line break inside <mainbooktitle> element

Hello, Unfortunately, DITA does not offer any solution to this type of situation. However, the following procedure offer you a workaround to obtain a line break using a customization directory for PDF transformation. Copy the entire directory: DITA_OT_DIR\plugins\org.dita.pdf2\Customization to anoth...
by bogdan_cercelaru
Tue Nov 03, 2015 5:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show step importance (optional, recommended) in Webhelp and PDF
Replies: 12
Views: 4655

Re: Show step importance (optional, recommended) in Webhelp and PDF

Hello, I've tested with Oxygen v17.1, I set the importance="optional" attribute on the "step" element and the output contains the "Optional:" label for that step (PDF and WebHelp). Please let us know what version of Oxygen are you using and send us a sample file. Regard...
by bogdan_cercelaru
Tue Nov 03, 2015 5:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Searching algorithms in WebHelp
Replies: 1
Views: 1061

Re: Searching algorithms in WebHelp

Hello, First of all, the WebHelp search does not support exact match searching. Secondly, results depends on the content being searched. The words listed after the "Results for:" label are the words that have been found in the index of the content, not the words searched for. However, ther...
by bogdan_cercelaru
Tue Nov 03, 2015 4:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp search algorithm
Replies: 1
Views: 1389

Re: WebHelp search algorithm

Hello, I've analyzed the code used to search the WebHelp output and I can confirm that the information from user-guide is correct. However, I have noticed that WebHelp search results seems to give highest priority to finding the search words all in a single sentence also (which is very intuitive). I...
by bogdan_cercelaru
Tue Nov 03, 2015 12:07 pm
Forum: Common Problems
Topic: How to force a page break after each first level topic
Replies: 9
Views: 7038

Re: How to force a page break after each first level topic

Hello, The following procedure explains how to customize the PDF output by setting up a customization directory. Copy the entire directory: DITA_OT_DIR\plugins\org.dita.pdf2\Customization to another location (for instance, C:\Customization ). Rename C:\Customization\catalog.xml.orig to: C:\Customiza...
by bogdan_cercelaru
Fri Oct 30, 2015 6:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen Web Help suppport for HTML5
Replies: 3
Views: 1476

Re: Oxygen Web Help suppport for HTML5

Hello, This feature is planned for near future, but it has not been scheduled yet, so I cannot offer you an estimated date for its implementation. We will notify this thread when it is implemented. If you want to be contacted directly, please send us an email to support@oxygenxml.com. Regards, Bogdan
by bogdan_cercelaru
Thu Oct 29, 2015 5:09 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen Web Help suppport for HTML5
Replies: 3
Views: 1476

Re: Oxygen Web Help suppport for HTML5

Hello, The WebHelp and WebHelp with Feedback transformation scenarios generate content for desktop browsers. This transformation uses jQuery library. The WebHelp - Mobile transformation scenario generates content that will look better on mobile devices. This transformation uses the jQuery Mobile lib...
by bogdan_cercelaru
Wed Oct 28, 2015 6:18 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: URL produced by WebHelp contain two hash tags
Replies: 8
Views: 7699

Re: URL produced by WebHelp contain two hash tags

Hello, I tried replacing the toc.js from the toolkit that came with my Oxygen 16, but that did not work either. Any ideas? Also, my toc.js is not in the location you indicated above, it's actually in DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\js\toc.js Please note that this topic...
by bogdan_cercelaru
Tue Oct 27, 2015 5:39 pm
Forum: Other Issues
Topic: Sometimes topic content doesn't appear
Replies: 18
Views: 11979

Re: Sometimes topic content doesn't appear

Hello, We have not been able to reproduce this issue, not even in docs.jivesoftware.com. Have you tried to access the docs.jivesoftware.com from a different network? It's possible for a firewall or security software to block or filter content based on some pattern. That could explain the random occu...
by bogdan_cercelaru
Thu Oct 22, 2015 5:21 pm
Forum: XSLT and FOP
Topic: DITA and WebHelp: changing notes icons and displayed names
Replies: 1
Views: 2248

Re: DITA and WebHelp: changing notes icons and displayed names

Hello, To change the strings used for internationalization you should follow the steps from here: Customizing WebHelp Systems / Localizing the Interface of WebHelp Output / How to Localize the Interface of WebHelp Output (for DITA Map Transformations) In your case, you should open the "DITA_OT_...
by bogdan_cercelaru
Thu Oct 15, 2015 3:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error when using chunking with the webhelp transformation
Replies: 6
Views: 3494

Re: Error when using chunking with the webhelp transformation

Hello,

Have you checked if your generated DITA map passes validation in Oxygen?
You can check this as follow:
- open the DITA map in the DITA Maps Manager
- go to DITA Maps menu
- press "Validate and Check for Completeness"

Regards,
Bogdan
by bogdan_cercelaru
Tue Oct 13, 2015 4:09 pm
Forum: Common Problems
Topic: Cusatom .css-file
Replies: 2
Views: 1271

Re: Cusatom .css-file

Hello, To have the figure title on the top of the image, please try to edit the "DITA-OT/plugins/com.oxygenxml.webhelp/oxygen-webhelp/resources/css/webhelp_topic.css" file and add the following code at the end: div.fignone span.figcap { display:block; text-align:left; font-weight:bold; pad...