‘e-button’ directive represent a button of angular dialog
It must be contained in a Dialog component(ej-dialog
).
<ejs-dialog id='dialog' showCloseIcon=true>
<e-buttons>
<e-dialogbutton [buttonModal]='okButton'></e-button>
<e-dialogbutton [buttonModal]='cancelButton'></e-button>
</e-buttons>
</ejs-dialog>
any
Specifies the button component properties to render the dialog buttons.
any
Specify the type of the button. Possible values are Button, Submit and Reset.
Defaults to ‘Button’