MultiForm - Button

Form Field Definition
Examples
<Button id="_ButtonAccept" width="20%" action="this.parentObj.acceptRowEdit()" eval="'Accept'" />

 

Attributes
attribute value Description
id {identifier} this identifier has to be unique throughout the form and must correspond to the compiled DataObjects property.
Note: id's for computed values should be preceeded with an underscore (_)
action {js-call} a javascript call, can also be defined in-page
eval {ax/js expression} the result of the evaluation of this expression replaces the value of the formfield whenever the user leaves a formfield or clicks a button
width {width in % or px} width in percent or pixel (eg. 20%, 180px)
disabled {ax/js expression} example: true|false
default: false
whether or not the formfield is editable