fires before the bottom bar menu is shown
| name | string | the name of the sheet |
| boolean | returning false will prevent the bottom bar menu showing |
$$("ssheet").attachEvent("onBeforeSheetMenu", function(name){
// some code here
return true;
});
If you return false, the menu will not show up.