Prefer use of function references for buttons
Use of function references rather than function names to store button actions. This allows using all kinds of functions, including non global ones. Note that the old mechanism using global function names is not supported anymore. Existing scripts will need to be fixed (-> just remove the quotes around the function name).
Showing
Please register or sign in to comment