Forums » Development »
Added by David S over 11 years ago
Hello,
How could I add new buttons on the creation form requests?
This button would have to run a script or calling a php.
Is there any plugin?
Thank you!
Do not know if you can add a new button to call a javascript or a php href in this file?
new.html.erb
<%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
Add New button???
Thanks!!
Found solution:
onClick='window.open("10.60.54.20/createissue.html")' type=button <input value='Link'>