Search found 143 matches
- Mon Jul 18, 2016 2:57 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA menu customization
- Replies: 14
- Views: 5143
Re: DITA menu customization
Hi Radu, Thank you for your quick response! The solution worked well for us :) We have one more query related to the toolbar items related to same "Profiling".How we could remove it from toolbar. We tried it using the below code, but it is removing all the toolbar items related to profiling and some...
- Mon Jul 18, 2016 10:39 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA menu customization
- Replies: 14
- Views: 5143
Re: DITA menu customization
Hi Radu, We are currently using the extension point as <extension point="com.oxygenxml.author.actionBarContributorCustomizer">. This we have used for customizing XML menu items only. We never removed any items in DITA menu using the extension point. Please see the current code which we used for remo...
- Mon Jul 18, 2016 9:21 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA menu customization
- Replies: 14
- Views: 5143
Re: DITA menu customization
Hi team, We would like to remove/ hide some items from DITA -> Profiling/Conditional Text in (like 2nd 3rd and 4th options) oxygen author 17.0 eclipse plugin version. We got previous reply as below when I asked for same question (that time we were using oxygen 16.0 ) Starting with version 17.0 the c...
- Tue Jul 12, 2016 2:34 pm
- Forum: Common Problems
- Topic: Splitted PDF content is not copyable when generated from oXygen!
- Replies: 1
- Views: 790
Splitted PDF content is not copyable when generated from oXygen!
Hi team, We are facing one issue related to the PDF generated from oXygen. For a bookmap, we have created the PDF and then we are splitting the PDF using the option in Acrobat Reader and trying to copy paste content to notepad. Steps followed: 1. Opened the generated PDF in Acrobat Reader 2. Clicked...
- Tue Jul 05, 2016 1:22 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Expansion of dropdown
- Replies: 3
- Views: 1113
Re: Expansion of dropdown
Hi Team,
I need a dropdown so that user can easily select from that dropdown.
Is there any possibility to increse the size of dropdown after selection?
Regards,
Shabeer
I need a dropdown so that user can easily select from that dropdown.
Is there any possibility to increse the size of dropdown after selection?
Regards,
Shabeer
- Tue Jul 05, 2016 8:47 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Expansion of dropdown
- Replies: 3
- Views: 1113
Expansion of dropdown
Hi Team, I want to add a dropdown for <pre> element having attributes as pgwide,condensed and pgwide,condensed(both). In GUI the dropdown appears bigger in size as it has both pgwide,condensed. Is there any possibility to have a small dropdown in GUI and on clicking that dropdown it should expand so...
- Tue Jun 14, 2016 1:22 pm
- Forum: XSLT and FOP
- Topic: Track change support in DITAPDF output
- Replies: 6
- Views: 3080
Re: Track change support in DITAPDF output
Hi Radu,
It worked perfect for us
Thanks a lot for your quick help!
Regards,
Shabeer
It worked perfect for us

Thanks a lot for your quick help!
Regards,
Shabeer
- Tue Jun 14, 2016 9:30 am
- Forum: XSLT and FOP
- Topic: Track change support in DITAPDF output
- Replies: 6
- Views: 3080
Re: Track change support in DITAPDF output
Hi Radu, Yes, as a DITA open toolkit plugin using XSL-FO coding. We tried to handle the track changes display in the output by using <fo:inline color="blue"> when <?oxy_insert_start> is found and closing the element (</fo:inline>) once <?oxy_insert_end> is found. But in different contexts this doesn...
- Mon Jun 13, 2016 1:18 pm
- Forum: XSLT and FOP
- Topic: Track change support in DITAPDF output
- Replies: 6
- Views: 3080
Track change support in DITAPDF output
Hi Team, We would like to support track changes in the PDF output generated from the source DITA files edited in oxygen. I have read the threads below, https://www.oxygenxml.com/forum/post32282.html#p32282 but could not find a proper solution. I have seen the reply as , Implementing such a plugin wo...
- Wed Jun 08, 2016 3:58 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Removing a dropdown in conref
- Replies: 3
- Views: 1359
Re: Removing a dropdown in conref
Hi Team,
For hazardstatement dropdown we have used oXygen built in CSS function oxy_combobox.
Code:
oxy_combobox(edit, "@type", columns, 10, editable, true, values, "primary, secondary, ");
Regards,
Shabeer
For hazardstatement dropdown we have used oXygen built in CSS function oxy_combobox.
Code:
oxy_combobox(edit, "@type", columns, 10, editable, true, values, "primary, secondary, ");
Regards,
Shabeer
- Wed Jun 08, 2016 12:33 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Removing a dropdown in conref
- Replies: 3
- Views: 1359
Removing a dropdown in conref
Hi team,
I have created a dropdown for an element <hazardstatement>.My requirement is to remove the dropdown when conref is added for <hazardstatement> in CSS. I tried many changes but the issue is not solved.My current version is oXygen 17.0 . Please help me in solving this issue.
Thanks,
Shabeer
I have created a dropdown for an element <hazardstatement>.My requirement is to remove the dropdown when conref is added for <hazardstatement> in CSS. I tried many changes but the issue is not solved.My current version is oXygen 17.0 . Please help me in solving this issue.
Thanks,
Shabeer
- Tue May 10, 2016 9:12 am
- Forum: XML Schemas
- Topic: Looping in schematron
- Replies: 1
- Views: 2804
Looping in schematron
Hi team, I would like to create a schematron rule which can be looped through the element content. The need is that I need to check the number of characters before a line break and should loop through the content finding next line break. This is for pre-formatted elements. The warning is for adding ...
- Wed Mar 30, 2016 2:26 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Adding 2 attributes
- Replies: 1
- Views: 837
Adding 2 attributes
Hi team, We are facing an issue when adding 2 attributes for a dropdown in oxy_combobox().We have done this with single attribute and it worked. Consider the following example: A note element has a dropdown with do,stop.When do is selected,in CSS it should reflect as type="other" othertype="Do" (thi...
- Thu Mar 10, 2016 7:50 pm
- Forum: XSLT and FOP
- Topic: Restricting the indentation in xslt transformation!
- Replies: 1
- Views: 1401
Re: Restricting the indentation in xslt transformation!
Hi team, I have one more query related to xslt. For stripping the unwanted spaces, we use <xsl:strip-space elements="*" /> . But this strips the spaces in every element. I would like to preserve space for one particular element. I tried using <xsl:preserve-space elements="..."/> option and it didn't...
- Thu Mar 10, 2016 8:29 am
- Forum: XSLT and FOP
- Topic: Restricting the indentation in xslt transformation!
- Replies: 1
- Views: 1401
Restricting the indentation in xslt transformation!
Hi team, I am working on transforming xml elements using xslt. I am using " xalan:indent-amount="2" " in the xsl output declaration to indent my output xml. This indents all my output elements when converted. But, I would like to restrict this. Like, I do not want the indentation to work for one spe...
- Mon Feb 01, 2016 9:15 am
- Forum: XSLT and FOP
- Topic: Dynamic table column width in xsl fo!
- Replies: 1
- Views: 2591
Dynamic table column width in xsl fo!
Hi team, I would like to provide dynamic column width for table column in xsl:fo for the PDF output. My table has two columns, in which one contain image and the other will be its description. But I would like to get dynamic column width for the second column. Like if the input image is 60mm wide, ...
- Mon Jan 18, 2016 10:28 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Customizing cross reference dialog!
- Replies: 6
- Views: 1846
Customizing cross reference dialog!
HI team, I would like to customize the existing "Cross reference" dialog of oxygen 17.0 author eclipse plugin. I already have created the oxygen customization setup. Please let me know whether it is possible to customize the existing dialog and recreate the dita.jar file and make it work? Regards, S...
- Thu Nov 26, 2015 3:38 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Customizing Styles option in oXygen
- Replies: 1
- Views: 791
Customizing Styles option in oXygen
HI team, I have a query related in customizing oxygen author 17.0 or 17.1 eclipse plugin version's "Styles" toolbar option. I would like to change the existing options in the Styles drop down and add my own options. Once user click on the option, it should display the style in the CSS which I define...
- Thu Nov 12, 2015 2:47 pm
- Forum: XSLT and FOP
- Topic: Table row content lost when using keep within attribute!
- Replies: 3
- Views: 1851
Re: Table row content lost when using keep within attribute!
Hi Radu,
I have tried this, but this is also not working.
Regards,
Shabeer
I have tried this, but this is also not working.
Regards,
Shabeer
- Tue Nov 10, 2015 4:09 pm
- Forum: XSLT and FOP
- Topic: Table row content lost when using keep within attribute!
- Replies: 3
- Views: 1851
Table row content lost when using keep within attribute!
Hi team, I have a query related to XSL:FO output generation. For a table row, for not splitting it into two pages, we are keeping an attribute ' keep-together.within-page="always" '. This helps in avoiding splitting of table rows in multiple pages. But the problem comes when we have a row which has ...
- Thu Oct 08, 2015 9:47 am
- Forum: Common Problems
- Topic: Query on oXygen license
- Replies: 8
- Views: 2595
Re: Query on oXygen license
Hi Adrian, Thanks for your reply. I have one more query related to license only. We have oXygen-eclipse version with oXygen 17.0. As we have already stated we have the license server running on different machine as well. When I give the license server and port number, it gets the license from server...
- Wed Sep 30, 2015 8:57 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Inserting sysmbols support in eclipse oXygen!
- Replies: 23
- Views: 7204
Re: Inserting sysmbols support in eclipse oXygen!
Hi Alex, We have one other observation related to a symbol. We added logical AND (∧) and logical OR (∨) characters to the symbols dialog using the java code provided by you and created the plugin and tested the same in oxygen 17 eclipse version. The two symbols are appearing properly in the symbols ...
- Tue Sep 22, 2015 9:58 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Inserting sysmbols support in eclipse oXygen!
- Replies: 23
- Views: 7204
Re: Inserting sysmbols support in eclipse oXygen!
Hi Alex, Thank you for the quick response! We are facing one other issue. We would like to insert character entities to the symbols dialog, for example, &, < etc. But we are not able to insert the same using the code provided. If we are inserting, it is splitting the character entity to multiple sym...
- Mon Sep 21, 2015 8:56 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Inserting sysmbols support in eclipse oXygen!
- Replies: 23
- Views: 7204
Re: Inserting sysmbols support in eclipse oXygen!
Hi Alex, Thank you for the response! We have tried to invoke the code from our plugin and it worked fine :) . As you prescribed, we added our own symbols, but we tried with more than 20. Good thing happened here is, we are getting more than 20 symbols in the dialog. But the issue comes when user tri...
- Wed Sep 16, 2015 12:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Inserting sysmbols support in eclipse oXygen!
- Replies: 23
- Views: 7204
Re: Inserting sysmbols support in eclipse oXygen!
Hi Alex, Thank you for your response! We would like to get more details on symbols: 1. In your reply you are mentioning about changing the existing symbols with the mentioned code. How we can do it in practical. Which file should be modified and what setup we need. 2. Is it possible to add more than...
- Tue Sep 15, 2015 3:40 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Inserting sysmbols support in eclipse oXygen!
- Replies: 23
- Views: 7204
Re: Inserting sysmbols support in eclipse oXygen!
Hi team, We have started using oxygen 17.0 with eclipse 4.3 and we can see the symbols can be added from toolbar. But we would like to customize the existing symbols with some more additions to the dialog. ie we need to add more symbols to the existing. Please let us know how we can proceed on this....
- Thu Jul 16, 2015 1:56 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Oxygen web app customization!
- Replies: 3
- Views: 1751
Re: Oxygen web app customization!
Thanks for Info Cristian,
Currently we are using oXygen 16.1 only in our CMS application, so may we know the procdure mentioned below is valid for 16.1 also or not?
And also if possible can you pls provide us if you have any templates or samples for this?
Thank you!
Br//Shabeer
Currently we are using oXygen 16.1 only in our CMS application, so may we know the procdure mentioned below is valid for 16.1 also or not?
And also if possible can you pls provide us if you have any templates or samples for this?
Thank you!
Br//Shabeer
- Tue Jul 07, 2015 10:46 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Oxygen web app customization!
- Replies: 3
- Views: 1751
Oxygen web app customization!
Hi team, We would like to customize oxygen web app version. We have already customized eclipse plugin version of oxygen 16.1. In that I added one custom action operation and I could call the action dialog (created using SWT) by giving proper classpath in the document type association. But in web app...
- Tue May 19, 2015 12:41 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: CSS changes in oXygen eclipse 16.1!!
- Replies: 11
- Views: 4105
Re: CSS changes in oXygen eclipse 16.1!!
Hi Radu,
Thank you so much.. its working fine
.
Thanks,
Shabeer
Thank you so much.. its working fine

Thanks,
Shabeer
- Tue May 19, 2015 10:11 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: CSS changes in oXygen eclipse 16.1!!
- Replies: 11
- Views: 4105
Re: CSS changes in oXygen eclipse 16.1!!
Hi Team,
I need to disable all the element tags of the prolog section in the author view when ‘full tags’ mode is on.
Could you please let me know what should I do, So that I can resolve this problem.
Thanks,
Shabeer
I need to disable all the element tags of the prolog section in the author view when ‘full tags’ mode is on.
Could you please let me know what should I do, So that I can resolve this problem.
Thanks,
Shabeer