Button Widget Overview
The Button Widget renders an interactive button in Buildocs UI Engine. Its behavior is determined by the configured Button Type — it can trigger built-in form actions (save, cancel, print) or dispatch custom events to the backend.
Properties
The Button Widget properties panel contains settings that control the button's label, action type, visual style, and layout behavior.
Button Events
Button events are triggered when the user clicks a button. The event fired depends on the configured Button Type. The backend uses the widgetName and widgetEvent properties on the incoming request to identify the event and respond appropriately.