CUSTOM BUTTON OPEN POPUP
CUSTOM BUTTON OPEN POPUP

Hi all, trying to make a button that open new popup.
Trying:
{
Extends: "ajax",
text: "Nuovo PDF",
fnClick: function ( nButton, oConfig, oFlash )
{
window.open('pdf_test.php','mywindow','width=400,height=200,left=0,top=100,screenX=0,screenY=100');
}
}
Doesnt work....any help?
Thx
This discussion has been closed.
Answers
Here it works...
Thanks for posting back - you are correct, the
buttons.buttons.action
option is how to define a custom action in Buttons.Allan