Fetching subject scheme description to CSS/LESS author view
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 159
- Joined: Mon Nov 24, 2014 1:49 pm
- Location: Greven/Germany
Fetching subject scheme description to CSS/LESS author view
Hi,
is it possible to fetch the <navtitle> via author view CSS/LESS? In this example, I'd like to show the full document type name "Installation Manual" as defined in the assigned subject scheme map in the author view.
Thanks a lot in advance
Stefan
is it possible to fetch the <navtitle> via author view CSS/LESS? In this example, I'd like to show the full document type name "Installation Manual" as defined in the assigned subject scheme map in the author view.
image.png
Code: Select all
<subjectdef keys="installation-manual">
<topicmeta>
<navtitle>Installation Manual</navtitle>
</topicmeta>
</subjectdef>
Thanks a lot in advance
Stefan
You do not have the required permissions to view the files attached to this post.
stefan-jung.org – Your DITA/DITA-OT XML consultant
-
- Posts: 1016
- Joined: Wed Nov 16, 2005 11:11 am
Re: Fetching subject scheme description to CSS/LESS author view
Post by alex_jitianu »
Hello,
The combo box form control doesn't know how to render the navtitle. I have added a improvement request for this and we will write on this thread when we release this improvement. Meanwhile, you could use a single selection Popup form control instead, because this form control knows how to render a navtitle.
Best regards,
Alex
The combo box form control doesn't know how to render the navtitle. I have added a improvement request for this and we will write on this thread when we release this improvement. Meanwhile, you could use a single selection Popup form control instead, because this form control knows how to render a navtitle.
Code: Select all
*[class~="topic/ph"]:after(10) {
content:
" Audience: "
oxy_popup(
edit, '@audience',
selectionMode, single
);
}
Alex
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service