The HTML that returns when consuming the content API does not contain the grid lines that are shown within confluence. I have attempted passing these under "body" with no luck:
view, export_view, styled_view, storage, editor2, anonymous_export_view
Is there a different API I consume or pass different attributes to yield the desired result?
The styled_view will return the style information that is creating the borders on the HTML table.
There will be something like
.confluenceTh,
.confluenceTd {
border: 1px solid #ddd;
padding: 7px 10px; /* CONFDEV-13618: line-height will add up 3 pixels, so we have a 10px top padding for text. Images will remain with 7px top margin though (see thread in Stash) */
vertical-align: top;
text-align: left;
min-width: 8px; /* CONF-39943: set table cell min-width to which cursor can be focused */
}
that comes back in the top style portion of the returned value.
Thank you Rodney. It appears that instead of -- border: 1px solid #ddd; in our application we are seeing -- border:1px solid @adg-N50-karl. Since our application does not have the Atlassian color palette, it is causing it to not show.
Appreciate the help!
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.