Placing topic content into responsive tiles
Having trouble installing Oxygen XML WebHelp? Got a bug to report? Post it all here.
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Placing topic content into responsive tiles
Post by chrispitude »
Hi everyone,
The following testcase shows how you can place any DITA topic content into responsive CSS flex tiles:
The tile content should be in <li> elements, contained inside an <ul outputclass="flex"> element. For example,
Also note that the images have outputclass="flex-end", which applies additional CSS rules to move the element to the bottom of the tile. Here is what it looks like in the Oxygen editor (with an alternative CSS applied to highlight flex list items):
And here is what the WebHelp output looks like in a browser:
You should be able to put any content allowed by DITA into the list items.
This idea was inspired by Alin's work in this template. Thank you Alin!
The following testcase shows how you can place any DITA topic content into responsive CSS flex tiles:
webhelp_topic_content_in_tiles.zip
The tile content should be in <li> elements, contained inside an <ul outputclass="flex"> element. For example,
Code: Select all
<ul id="ul_tlg_ys1_ytb" outputclass="flex">
<li>
<p>"Getting started" links</p>
<ul id="ul_vhk_1fq_wtb">
<li>link</li>
<li>link</li>
<li>link</li>
</ul>
<image href="oxygen.png" placement="break" id="image_fkz_px1_ytb"
outputclass="flex-end"/>
</li>
<li>
<p>Setup/configuration links</p>
<ul id="ul_n55_1fq_wtb">
<li>link</li>
<li>link</li>
</ul>
<image href="oxygen.png" placement="break" outputclass="flex-end"
id="image_l1z_qx1_ytb"/>
</li>
image.png
And here is what the WebHelp output looks like in a browser:
image.png
You should be able to put any content allowed by DITA into the list items.
This idea was inspired by Alin's work in this template. Thank you Alin!
You do not have the required permissions to view the files attached to this post.
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