Hi colleagues.
I have plugin for jira-server that includes textarea tags in configuration pages.
I wish to use nicEdit js editor(or in case you can suggest better analogue it will be very appretiated). NicEdit editor is main js script and gif with images.
<web-resource key="
<resource type="download" name="nicEdit.js" location="/lib/nicedit/nicEdit.js"/>
<resource type="download" name="nicEditorIcons.gif" location="/lib/nicedit/nicEditorIcons.gif"/>
When i add js script plugin not drawed properly and causes
...:8080/nicEditorIcons.gif 404
How do i properly insert plugin resources in plugin?
Thank you.
Also i tried get reources by link
...:8080/download/resources/com.avvd.jira.plugin.defaulter:defaulter-resources/nicEditorIcons.gif/lib/nicEdit/nicEditorIcons.gif
But also get 404 error. So i confused.
Editor configuration has point at
iconsPath : '../nicEditorIcons.gif',
How i can define waht link to place in it?
The main question, like i think is how to call plugin webresource from js.
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.