Hello Community,
I try to use the AUI style of Confluence in my servlets.
My atlassian-plugin.xml web-resource:
<web-resource key="MyResources" name="MyResources">
<dependency>com.atlassian.auiplugin:jquery</dependency>
<dependency>com.atlassian.auiplugin:ajs</dependency>
<dependency>com.atlassian.auiplugin:aui-buttons</dependency>
<resource type="download" name="lib/" location="lib/"/>
</web-resource>
How can I bind the css of AUI in my VM-Template?
I know how to access the resource "lib/" from my example but I don´t know how to access the AUI dependency...
My Code to bind lib resources:
<script type="text/javascript" src="${baseURL}lib/table-export/js/Blob.js"></script>
Thanks a lot!
Flo
Hi Florian,
It seems like; you are trying to use AUI from atlassian in your vm template. Please refer to this documentation https://docs.atlassian.com/aui/7.9.5/docs/inline-dialog.html to use AUI in atlassian plugin.
If you want to use the AUI in any other form, please refer to this documentation https://docs.atlassian.com/aui/getting-started.html
Thanks,
Santwana
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.