BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
/* To specify font color, background color and border color */
.e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
background-color: transparent;
border-color: transparent;
color: blue;
}
buttons: [
{
click: this.dlgButtonClick,
buttonModel: { content: "OK", isPrimary: true },
//Disable flat appearence
isFlat: false,
},
]
|