WYSIWYG Plugin with embedded javascript
| Newsgroups | gmane.comp.java.jira.user |
|---|---|
| Message-ID | <17926703.442351309286553018.JavaMail.j2ee_forums.atlassian.com@atlassian12.managed.contegix.com> |
I have tested a WYSIWYG Editor Plugin for JIRA. The problem is that i have to manually copy the TinyMCE library to the include/js folder within the JIRA Instance. I was wondering if i could include this Tiny MCE Javascript library on my plugin folders(See image) and then reference my library files from the velocity templates like
{code} <script type="text/javascript" src="/tinymce/jscripts/tiny_mce/tiny_mce.js" ></script >{code}
With this approach it will be cleaner to use my custom field on every jira instance without manually copying the tinymce library.
Questions:
1. Do i have to include anything on my atlassian-plugin.xml?
Thanks.
--
Post by lmayorga1980 - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=55052
_______________________________________________
Jira-user mailing list
[email protected]
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user