The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi everyone
A simple macro kills the page layout when sections are used.
The macro:
## @noparams
<div id="ToBeFilled"></div>
<script>
var dicontent = 'Lorem';
document.getElementById("ToBeFilled").innerHTML = dicontent;
</script>
The layout of the page in the edit mode:
And the layout of the page after clicking on "Update":
If there are none or only one section, everything works fine. If there are two or more, all sections after the macro are messed up. The section with the macro is displayed on the left, the rest on the right.
I don't understand why this happens like this and therefore I don't know how to solve it. I think there is a problem with the "innerHTML", but I don't know what exactly and how to avoid it.
Is anyone out there who could help me?
Thanks a lot and best regards
nks
This is just a test page right? Can you go to the advanced options ellipses at the top right of the published page and click 'View Page Storage Format'
I recently had a project where I was setting up pages from code and api requests and learned about macros a bit more. That kind of function is what happens when you use the page layout options OR use a section macro and put two column macros in it from what I understand. The regular page layout appears to be just a GUI friendly way to show the macros, as using the section and column macros nested looks pretty messy in the editor.
The storage format for the page would be helpful to figure it out
-Jordan
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.