Search found 45 matches

by axhxu
Wed Feb 20, 2019 10:10 pm
Forum: Other Issues
Topic: Webhelp responsive Group all related links together
Replies: 1
Views: 1188

Webhelp responsive Group all related links together

Hi,
Just wondering if there is an easy way to group all related links together using the xsl transformations versus grouping them by topic type?

Instead of:

Related concept:
Concept 1
Concept 2

Related tasks:
Task 1
Task 2

Need to output:

Related Information:
Concept 1
Concept 2
Task 1
Task 2
by axhxu
Mon Feb 11, 2019 6:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp Responsive - Disable image popups
Replies: 3
Views: 1663

Webhelp Responsive - Disable image popups

Hi,
Is there an easy way to disable or control the image click popups.

It works for large images but when clicking on icons they are stretched to fill the modal and are unviewable.

I checked the output and looks like this is jquery behaviour but I could not see or find away to disable.

Thanks
Arron
by axhxu
Thu Feb 07, 2019 3:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Use navtitle for topic title
Replies: 1
Views: 1125

Use navtitle for topic title

Hi,
Just wondering if there is an easy way to grab the topics navtitle from that map and use that in the topics heading.

It works for the toc. I need the toc heading and the topic heading to match.

Thanks
Arron
by axhxu
Mon Feb 04, 2019 9:37 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp responsive - Top Menu
Replies: 1
Views: 997

Webhelp responsive - Top Menu

Hi,
Is there an easy way to override the top menu so it is always collapsed into a hamburger menu?

Thanks
by axhxu
Tue Jan 29, 2019 3:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp responsive - extend html 5 transformations
Replies: 4
Views: 1837

Re: Webhelp responsive - extend html 5 transformations

I would like to override <xsl:template match="*" mode="process.note.common-processing"> in topic.xsl.

I was hoping I could create extensions in my template that would allow me to overide styles or even add my own based on output classes.
by axhxu
Tue Jan 29, 2019 2:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp responsive - extend html 5 transformations
Replies: 4
Views: 1837

Re: Webhelp responsive - extend html 5 transformations

Hi,
I already can do the css but I need more. I actually need to turn the admonitions into a table.

So my question is, is there an easy way to include extensions to the html5 transformations in a template? Similar to the extensions for example the footer.
by axhxu
Mon Jan 28, 2019 10:47 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp responsive - extend html 5 transformations
Replies: 4
Views: 1837

Webhelp responsive - extend html 5 transformations

Just wondering if anyone can detail how to extend the html5 in webhelp responsive output.

I need to make some changes to how admonitions output to meet our styles.

I have a custom template already and figured out how to extend the layout pages.

Thanks
Arron Varga
by axhxu
Fri Sep 18, 2015 5:19 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3730

Re: Manage central outoutclass

Thanks that worked like a charm.
by axhxu
Mon Sep 14, 2015 5:03 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3730

Re: Manage central outoutclass

Thanks Radu. I tried extending my implementation but now I can no longer add my class to the content completion handler. It does not find it. public class SDFSchemaManagerFilter extends ro.sync.ecss.extensions.dita.DITASchemaManagerFilter implements SchemaManagerFilter { //SDFSchemaManagerFilter(){ ...
by axhxu
Fri Sep 11, 2015 8:18 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3730

Re: Manage central outoutclass

Issue popped up..the extension is overriding all attributes, so our audience, prop, etc are not loading. Is there a way to have the default behaviour happen for other attributes and only override outputclass? public List<CIValue> filterAttributeValues(java.util.List<CIValue> attributeValues, WhatPos...
by axhxu
Wed Sep 09, 2015 3:35 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3730

Re: Manage central outoutclass

Thanks Radu...that got it working...now all I need to do is hook it up to use the file.
by axhxu
Thu Sep 03, 2015 10:33 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3730

Re: Manage central outoutclass

Hi Radu, I have tried the java route to create an extension as suggested but it does not seem to be working. I took the code sample found here: http://www.oxygenxml.com/doc/versions/17.0/ug-editor/#topics/dg-author-content-completion-handler.html And tried to implement the Filter attributes but i ca...
by axhxu
Thu Sep 03, 2015 6:32 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3730

Re: Manage central outoutclass

Hi Radu, I created a test extension based on the code samples found here: http://www.oxygenxml.com/doc/versions/17.0/ug-editor/#topics/dg-author-content-completion-handler.html I created the following class just to test getting this working: package org.agfa.sync.contentcompletion.xml; import java.u...
by axhxu
Fri Aug 28, 2015 4:36 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3730

Re: Manage central outoutclass

Hi Radu, thanks for the reply. I tried dropping the cc_value_config.xml file into our 16.1 plugin folder and it worked for codeblock but when I tried to edit the file to add outputclasses for other elements it did not work. Our vendor for our CMS/Oxygen tool has heard back from your support recommen...
by axhxu
Thu Aug 27, 2015 10:09 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3730

Manage central outoutclass

I am looking for a way to manage a central list of outputclasses for our authoring team. Currently I have the list in default-options.xml but this has caused an issue where those outputclasses are listed in the Edit Profiling window. I would like to find a different solution. I started looking at th...