How to call a web application inside Redmine using iFrame ?
Added by Nilesh Attargekar almost 11 years ago
Hi All,
If I want to create a tab in Redmine named 'JasperServer' and once I click on it, the application should load in an iFrame inside Redmine. Please provide file names where I have to add the code and please also provide code as I am new to Ruby and Rails.
Please Help.
Replies (3)
RE: How to call a web application inside Redmine using iFrame ?
-
Added by Martin Denizet (redmine.org team member) almost 11 years ago
Hi Nilesh,
You can make a plugin to do that or you can use this plugin to inject JavaScript to do it which can be convenient for you because you are new at Rails.
Cheers,
RE: How to call a web application inside Redmine using iFrame ?
-
Added by Nilesh Attargekar almost 11 years ago
Hi Martin,
Thanks for your quick reply.
I will try this plugin and reply you.
RE: How to call a web application inside Redmine using iFrame ?
-
Added by Nilesh Attargekar almost 11 years ago
Is it possible to do it without any plugin ?