Hello everyone!
I’d like to add just a custom button in Edit Form next to a field that contains a PDF document link to open it…. is there a way for that?
I tried with this:
1 |
$('#document_field').click(function() { alert("THIS IS OK!"); }).addClass("fm-button ui-state-default ui-corner-all fm-button-icon-left").insertAfter('#document_field'); |
but it makes the input field disappearing….
Thanks in advance!
Cheers
Luigino
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top