Documentation
Publicon
Reference
Preferences
Button Options
Action Options
ButtonEvaluator
• ButtonEvaluator is an option for buttons that determines where the expression constructed from ButtonFunction should be sent for evaluation.
• The default setting is ButtonEvaluator
None.
• Possible settings are as follows.
• With ButtonEvaluator

Automatic, the expression to be evaluated can contain any
Publicon objects.
• With ButtonEvaluator

None, the expression can contain only notebook commands supported by the front end. All these commands are in the context FrontEnd`. Expressions intended for processing only by the front end must be wrapped with FrontEndExecute.
• See also:
ButtonFunction,
ButtonStyle.