How can I add hideelements in decorator?

tolga ulas August 2, 2015

Can you please give an example? 

1 answer

1 vote
Felix Grund (Scandio)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 3, 2015

Hi Tolga,

The issue here is that the method renderConfluenceMacro is only working with old Wiki Markup macros or user macros. So this won't work with the HideElements macro. But you can achieve what you want with this workaround

You create a page with a HideElements macro like you want it on all pages. Then you go to "Tools > View storage format" and copy the related <ac:structured-macro...>...</ac:structured-macro>. You can remove a few things and create code like this in your user macro:

&lt;ac:structured-macro ac:name="hideelements-macro"&gt;
 &lt;ac:parameter ac:name="title"&gt;true&lt;/ac:parameter&gt;
 &lt;ac:parameter ac:name="space-logo"&gt;true&lt;/ac:parameter&gt;
&lt;/ac:structured-macro&gt;


Then you render your user macro in your decorator like this:

$helper.renderConfluenceMacro("{your-user-macro-name}")


I know this is not the cleanest way, but it's the only thing that I think works without further development. Let me know if you need further help on this!

Regards, Felix

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events