Forums

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

How do I build in some JavaScript into my Confluence page?

e
Contributor
February 23, 2015

Hello, I'd like to know if it's possible to build in a JS script into my confluence page. 

I have a 'Run macro' script and it's got a field "Date", it expects a date in this format: DD/mm/YYYY

 

I wonder how do I embed a JS script so that I don't have to type that date. I'd like to see a small calendar and pick a date by a mouse click. 

 

Any ideas? my_form.png

2 answers

1 vote
Davin Studer
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.
February 24, 2015

You can insert javascript on the page using the html macro.

Davin Studer
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.
February 24, 2015

By the way it is not enabled by default. You have to enable it manually.

1 vote
Steve Gerstner [bridgingIT]
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.
February 23, 2015

Hi,

you said you hava a macro, so what you need is to add a web resource to your plugin -> https://developer.atlassian.com/confdev/confluence-plugin-guide/confluence-plugin-module-types/web-resource-module

There you can use the context-mechanism to load the js file dedicated to your macro.

 

If it's a user macro and you maintain it via the admin console (which I would not recommend), you can just add a script tag to your markup or if you need a library, try a cdn.

 

Regards

Steve

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events