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
You can insert javascript on the page using the html macro.
By the way it is not enabled by default. You have to enable it manually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.