Show Hide Macro

Last modified by superadmin on 2023/10/23 11:21

Wiki macros implementation for simple show/hide of a content with some animations.
This version 2.0 is HTML compatible with the old version, so that existing project could continue styling
with the same kind of CSS rules. However, it is now based on jQuery, and need requireJS, so it requires
XWiki 5.x or more.

Using id="..." is still supported and provide the same HTML result but it is no more needed to achieve a working animation.

Without effect

Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible

{{showhide showmessage="Show" hidemessage="Hide" style="background-color: #ccc"}}
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
{{/showhide}}

With a fade in effect

Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible

{{showhide showmessage="Show" hidemessage="Hide" effect="fade"  effectduration="2" style="background-color: #ccc"}}
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
{{/showhide}}

Using effect="appear" is still supported and provide the same behavior

With a sliding down effect

Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible

{{showhide showmessage="Show" hidemessage="Hide" effect="slide"  effectduration="0.5" style="background-color: #ccc"}}
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
Here is some hidden content that can become visible
{{/showhide}}

This effect is equivalent to effect="blind" in the 1.0 macro, so both slide and blind effect are now using the exact same animation.

Tags:

RDM Team

Contact us!
CĂ©line Richard
Research Data Manager: FSW
Andrew Hoffman
Data Steward: CWTS,CADS
Katie Hudson
Data Steward: PoWe
Jaap-Willem Mink
Data Steward: PSY,PED
Willemijn Plomp
Data Steward: PSY,PED

solo
XWiki 14.10.13
contact@xwiki.com