Page 1 of 1
Add custom menu item within File before Exit file menu item
Posted: Wed Sep 10, 2014 4:04 am
by bobsov
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.
Re: Add custom menu item within File before Exit file menu i
Posted: Wed Sep 10, 2014 12:40 pm
by Alex K.
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.