Button

Enables the user to submit data or send instructions to the server bly clicking a button.

XHTML Specification: <x-subst type="button">

For more information, see <x-subst type="WidgetType"> .

USP Widget Properties

Widget Properties

Property

Description/More Information

Exclude the field if it does not need to be sent to the browser.

Webget Synchronization (sync)

Reconnect all occurrences to their database counterparts

Description

When the field definition is copied to the layout, the XHTML source code similar to the following:

<x-subst name="BUTTON.MY_ENTITY.MY_MODEL" type="submit">
<input name="BUTTON.MY_ENTITY.MY_MODEL" value="My button" type="submit">
</x-subst>