I Agree - if you need more than one extra task or you happen to use ALL of the buttons
if you only need one i just use the Default Button and rename it after download
but how would Cook know if you know what task to perform?
- Does it need to validate anything
- what task does it call?
perhaps we could suggest the following
- ability to name the button label such as "Add New"
- allow more than one of the same type
perhaps just basic markers could be included in the code
such as
default_button{
// The current code for default button
....
.....
}
default_task2{
// BASIC BUTTON FUNCTIONALITY
// PLACE YOUR CUSTOM CODE HERE
}
You can then simply call some function in your fork files