How to add Custom btn next to Page action btn

Hey ppl,

Is there a way to add Custom btn to page actions ?

I have tried something like:

	onload: function(frm) {

		frm.page.add_menu_item(__("Custom BTN"), function() {
					console.log("Custom BTN Yeah!!!")
		 });

@kickapoo custom buttons show up on the inner toolbar. (for responsiveness on mobile screens)

1 Like

@rmehta Ty, good choice :slight_smile: