Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141824 | Jan 4,2019 02:28 PM UTC | Jan 8,2019 09:51 AM UTC | Angular | 4 |
![]() |
Tags: ejRibbon |
<ej-ribbon id="Default" width="100%" 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>
<div id="accountCon">
<div class="e-userDiv">
<span class=" user-info">User Information</span>
<div>
<div class="e-accuser e-newpageicon"></div>
<div class="e-userCon">
<div class=" user-name">user</div>
<div class=" user-mail">xyz@syncfusion.com</div>
</div>
</div>
</div>
<a rel='nofollow' href="#">Sign out</a>
</div> |
.user-info {
color: #131379;
font-size: 22px;
}
.user-name {
color: #18f151;
font-size: 18px;
}
.user-mail {
color: #d02694;
font-size: 18px;
} |
import { EJAngular2Module } from 'ej-angular2';
@NgModule({
imports: [CommonModule, TranslateModule, NgbModule, RouterModule, EJAngular2Module.forRoot()],
declarations: [ShellComponent, RibbonComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
}) |
<e-tabs>
<e-tab id="home1" text="HOME" [groups]="tabHome">
</e-tab>
<e-tab id="insert" text="INSERT" [groups]="">
</e-tab>
</e-tabs>
|
<e-tabs>
<e-tab id="home1" text="HOME" [groups]="groups1">
</e-tab>
<e-tab id="insert" text="INSERT" [groups]="insert">
</e-tab>
</e-tabs> |
.user-info {
color: #131379;
font-size: 22px;
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.