Shiny Language Reference

Language Reference > Handler Reference


DisplayConfigOK

 

 

Called after the user clicks OK in the plugin configuration window

When the user OK's the plugin config dialog this handler is called. At this point the changes (if any) made in the config dialog have been processed, so you may check the new settings using the panel functions. At this point the changes have not been actioned, therefore you may also change them using the panel functions. This allows you to analyze the new settings the user chose, make sure they are acceptable for your plugin and forcefully alter them if not.

The handler call order is as follows:

PreDisplayConfig -> DisplayConfigOK or DisplayConfigCancel -> PostDisplayConfig

 

Parameters

None