BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
<ej-ribbon #Default id="Default" width="100%" [cssClass]="cssClass"applicationTab.type="backstage" applicationTab.backstageSettings.text="FILE" applicationTab.backstageSettings.height="400" applicationTab.backstageSettings.width="100%" applicationTab.backstageSettings.headerWidth="120">
<e-applicationtab-backstagesettings-pages>
<e-page id="account" text="Office Account" contentID="accountCon">
</e-page>
<e-page id="close" text="Close" itemType="button">
</e-page>
</e-applicationtab-backstagesettings-pages>
<e-tabs>
<e-tab id="home1" text="HOME" [groups]="groups1">
</e-tab>
<e-tab id="insert" text="INSERT" [groups]="insert">
</e-tab>
</e-tabs>
</ej-ribbon> |
export class AppComponent {
@ViewChild('Default') ribbon: EJComponents<any, any>;
defaults = { type: 'button', width: '60', height: '70' };
cssClass = "custom";
// ..
} |
.e-ribbon.custom .e-active-content
{
z-index:20;
} |