Would like to know how to add custom file menu item just before "Exit" and how to disable/remove "New" link.
This is related to HTML5 Report Designer.
Add custom menu item within File before Exit file menu item
Re: Add custom menu item within File before Exit file menu i
Hello,
For the remove "New" button you can set the ShowFileMenuNew property to false.
For the inserting a your own button - you need find the necessary menu element by it ID using Javascript and insert a necessary HTML element there.
Thank you.
For the remove "New" button you can set the ShowFileMenuNew property to false.
For the inserting a your own button - you need find the necessary menu element by it ID using Javascript and insert a necessary HTML element there.
Thank you.