Search found 7 matches

by Edomonndo
Mon Jul 04, 2022 1:09 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Delete selected multiple elements
Replies: 2
Views: 517

Re: Delete selected multiple elements

Hi Radu,

Thank you for the advice!
I'll try your code.
by Edomonndo
Mon Jul 04, 2022 10:35 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Delete selected multiple elements
Replies: 2
Views: 517

Delete selected multiple elements

Hi, We changed to display the definition list as table style. And our writer requested to add the action to delete dlentry elements because the table style does not show dlentry elements corresponding to row. I tried DeleteElementsOperation like this: Xpath activation: ancestor-or-self::*[contains(@...
by Edomonndo
Fri Apr 01, 2022 7:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Numbering in ordered list with profiling attributes
Replies: 1
Views: 360

Numbering in ordered list with profiling attributes

Hi, In our document we have ordered lists with profiling attributes. When hiding excluded contents by profiling setting, the Author view does not display the numbers continuously. How to customize this numbers by css? Source <ol> <li>First item</li> <li audience="novice">Second item</li> <...
by Edomonndo
Fri Oct 04, 2019 2:12 pm
Forum: Feature Request
Topic: Copy the entire text on Element Structure Panel of Model View
Replies: 3
Views: 1589

Re: Copy the entire text on Element Structure Panel of Model View

Hi,

This page says it is a part of Model view.
https://www.oxygenxml.com/doc/versions/ ... odes2.html

For my use case I pick up the content model and make a documentation for my environment with specializations and constrains.
by Edomonndo
Thu Oct 03, 2019 5:09 pm
Forum: Feature Request
Topic: Copy the entire text on Element Structure Panel of Model View
Replies: 3
Views: 1589

Copy the entire text on Element Structure Panel of Model View

Hi,
The text on Element Structure Panel can be copied separately for element name, literals and each attribute . It is very useful if I could select all text by "ctrl + A".
by Edomonndo
Tue Oct 01, 2019 2:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Customizing dmmCustomizeTopicTitlesAndIcons
Replies: 3
Views: 1662

Re: Customizing dmmCustomizeTopicTitlesAndIcons

Hi Radu,

Thank you for your support! I'll try the coding.
by Edomonndo
Sat Sep 28, 2019 2:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Customizing dmmCustomizeTopicTitlesAndIcons
Replies: 3
Views: 1662

Customizing dmmCustomizeTopicTitlesAndIcons

Hi, I want to customize DITA map manager view based on dmmCustomizeTopicTitlesAndIcon posted on https://github.com/oxygenxml/wsaccess-javascript-sample-plugins . My requirements are following: The displayed title text is computed without some specific element such as "title/data." If a cha...