Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a .js file from within the HTML macro

Mick Davidson
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.
September 23, 2013

Evening,

I've got some HTML/java that runs a conversion process (you add in the HTML colour values and it shows an example plus converts the code to Hex etc). This is on a Confluence page inside the HTML macro.

Although the entire page is rendered, it doesn't function, so no conversions or examples. The reason for this is the macro strips out the javascript.

So, I've created a .js file and have changed part of the HTML to call the .js file.

I've tried calling it from both the page itself (having added it as an attachment) and also from my PC. Neither work.

The code I've changed used to look like this:

  • <link rel="stylesheet" href="../stylesheet-1-simple.css">

but now looks like this:

So, can anyone see what I am doing wrong?

Thanks in advance for your help. :)

2 answers

0 votes
user147258
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 4, 2016

It's really too late but you can do it like that :

 In your atlassian-plugin.XML you have to download it as a resource:

<web-resource key="web-resources-id">
    <resource type="download" name="file-name" location="/path/file.js"/>
 <context>Group-id</context>  
</web-resource>

Then in your HTML file you can Access it using its new path:

<script src="confluence-base-url/download/resources/group-id.artifact-id:web-resources-id/file-name"/>
0 votes
Mick Davidson
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.
September 23, 2013

The tags for this are:

js, htmlmacro, javascript, java

But for some reason Answers wouldn't let me add these...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events