wh_not_expandable

Here should go questions about transforming XML with XSLT and FOP.
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

wh_not_expandable

Post by kmank »

I am trying to understand at what point and for what reason are specific elements tagged with a class of "wh_not_expandable".

We are passing data-product data for filtering content and I need to collapse specific paragraphs, but they have been given that class during the transformation.

Any suggestions?
alin
Site Admin
Posts: 268
Joined: Thu Dec 24, 2009 11:21 am

Re: wh_not_expandable

Post by alin »

Hello,

The wh_not_expandable class is internally used by the "expand-collapse" mechanism in WebHelp Responsive and it should not affect your content filtering implementation.
The "expand-collapse" feature toggles the visible state of certain content in WebHelp. We use the class above to automatically mark the content that was initially hidden when the page loaded (e.g.: has the display:none property set). This way, after collapsing and re-expanding the content of a component, the content that was initially hidden remains that way.

If you need more information about how the "expand-collapse" feature works in WebHelp please let me know.

Alin
Alin Balasa
Software Developer
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply