eo-submit-buttons
<eo-submit-buttons>
Alias:
<form.submit-buttons>
表单提交按钮。 (tips: 通常在于 eo-form 构件搭配使用)
Examples
Basic
Button types
Disable submit button
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
submitText | 提交按钮的文字 | string | "提交" | |
cancelText | 取消按钮的文字,不设置则不显示取消按钮 | string | ||
disableAfterClick | 点击确定按钮后自动禁用 | boolean | ||
submitDisabled | 禁用提交按钮 | boolean | ||
submitType | 提交按钮类型 | ButtonType | ||
cancelType | 取消按钮类型 | ButtonType |
Events
Name | Description | Event Detail |
---|---|---|
submit | 点击提交按钮触发的事件 | void |
cancel | 点击取 消按钮触发的事件 | void |
Type references
ButtonType
"primary" | "default" | "dashed" | "ghost" | "link" | "text"