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!!!")
});
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)