This question is in reference to Atlassian Documentation: Panel Macro
We use this 'Panel Macro' in Combination with the 'Table of Content' macro in Confluence 5.8.13.
When we use this, all the Text after the macro is handled as the Text is placed in the macro-Body. In the Body of the macro (in a single page) we place only the 'Table of Content'-Marco, nothing else.
In Confluence 5.6.6 this worked pretty well. For me it seems to be a Problem in the macro 'Table of Content'.
Does anyone use it also this way and have a solution for this?
Thanks for a reply.
Roman
Sure.
Standard Panel: use of the Standard Panel-Macro
Confluence_Standard_Panel.png
Pre-Formatted Panel: use of the preformatted Panel.
Created according to documentation-page: https://confluence.atlassian.com/conf58/panel-macro-771892397.html
Confluence_Formatted_Panel.png
I'm afraid I don't understand what you mean by "pre-formatted."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is a user-defined macro that i created on base of the following documentation-page:
https://confluence.atlassian.com/conf58/panel-macro-771892397.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please post the code of your user macro.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The macro is rendered and the code is:
## @param Title:title=Title|type=string|desc=Title <ac:structured-macro ac:name="panel"> <ac:parameter ac:name="titleBGColor">#ccc</ac:parameter> <ac:parameter ac:name="borderStyle">solid</ac:parameter> <ac:parameter ac:name="borderColor">#6699CC</ac:parameter> <ac:parameter ac:name="borderWidth">2</ac:parameter> <ac:parameter ac:name="titleColor">#000000</ac:parameter> <ac:parameter ac:name="title">$!paramTitle</ac:parameter> <ac:rich-text-body>$body </ac:rich-text-body> </ac:structured-macro>
Thanks for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That code is not showing, therefore without the code-macro:
## @param Title:title=Title|type=string|desc=Title
<ac:structured-macro ac:name="panel">
<ac:parameter ac:name="titleBGColor">#ccc</ac:parameter>
<ac:parameter ac:name="borderStyle">solid</ac:parameter>
<ac:parameter ac:name="borderColor">#6699CC</ac:parameter>
<ac:parameter ac:name="borderWidth">2</ac:parameter>
<ac:parameter ac:name="titleColor">#000000</ac:parameter>
<ac:parameter ac:name="title">$!paramTitle</ac:parameter>
<ac:rich-text-body>$body </ac:rich-text-body>
</ac:structured-macro>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, I don't see anything wrong. What happens when you wrap the code in a div?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunatly no difference. I've tried pretty much variant, but with no Change.
I have now donloaded the confluence-Version 5.9.12 and installed it. Wow, here the Problem is gone. Therefore i do not want to invest more time in that. I will migrate our Production-Server as soon as possible to Version 5.9.12 or 5.10. So this Problem is fixed.
Thanks for your help. Regards, Roman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does onyone else have such a Problem or am i the only one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you give us a screenshot of what you are seeing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.