Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment out items for 7.1 #391

Merged
merged 1 commit into from
Sep 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const routes : ExtAngularRoute[] = [

{ path: 'components/layouts/center_layout', component: CenterLayoutComponent, text: 'center', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/fit_layout', component: FitLayoutComponent, text: 'fit', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/card_layout', component: CardLayoutComponent, text: 'card', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
//{ path: 'components/layouts/card_layout', component: CardLayoutComponent, text: 'card', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/hbox_layout', component: hboxLayoutComponent, text: 'hbox', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/form_layout', component: FormLayoutComponent, text: 'form', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/resizable_layout', component: ResizableLayoutComponent, text: 'resizable', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
</ext-panel>
</ext-tabpanel>

<ext-button
<!-- <ext-button
[top]="18"
[right]="20"
[iconCls]="'x-fa fa-plus'"
(tap)="addTab($event)"
[ui]="'alt round'"
[tooltip]="'New Tab'"
>
</ext-button>
</ext-button> -->

</ext-container>
2 changes: 1 addition & 1 deletion packages/ext-angular-kitchensink/src/examples/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const treeRoot = {
]},
{ text: 'Layouts', navIcon: 'icon-layouts', children: [
{ text: 'Accordion Layout', component: AccordionLayoutComponent, navIcon: 'icon-layout-accordion' },
{ text: 'Card Layout', component: CardLayoutComponent, navIcon: 'icon-layout-card' },
//{ text: 'Card Layout', component: CardLayoutComponent, navIcon: 'icon-layout-card' },
{ text: 'Center Layout', component: CenterLayoutComponent, navIcon: 'icon-layout-center' },
{ text: 'Fit Layout', component: FitLayoutComponent, navIcon: 'icon-layout-fit' },
{ text: 'Form Layout', component: FormLayoutComponent, layout: 'auto', navIcon: 'icon-layout-form' },
Expand Down
2 changes: 1 addition & 1 deletion packages/ext-angular-kitchensink/src/themer.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//2019-9-17 12:49:59
//2019-9-17 13:34:52