Skip to content

Commit 7fac786

Browse files
author
pipeline
committed
config(EJ2-3688): SampleBrowser Icon changes and description changes for two…
1 parent 284a104 commit 7fac786

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

src/toolbar/alignment-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/toolbar/default-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/toolbar/default.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,16 @@
4747
</p>
4848
<ul>
4949
<li>
50-
Initially toolbar rendered with the <code>right navigation</code> icon and you can see hidden commands by <code>moving in right</code> direction.
50+
Initially toolbar rendered with the <code> left and right navigation</code> icon and you can see hidden commands by <code>moving in right or left</code> direction.
5151
</li>
5252
<li>
53-
When you reach <code>right end of toolbar</code>, navigation will be switched to <code>left direction</code> and you can see hidden commands by moving in <code>left direction</code>.
53+
When you reach <code>right / left end of toolbar</code>, corresponding navigation direction will be disabled.
5454
</li>
5555
<li>
56-
You can continuously scroll over the toolbar content by holding on the navigation icon.
56+
You can continuously scroll the toolbar content by holding on the navigation icon.
57+
</li>
58+
<li>
59+
In <code>devices</code> navigation icons are not available. you can touch swipe to see the hidden commands of the toolbar.
5760
</li>
5861
</ul>
5962
</div>

src/toolbar/popup-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/toolbar/rtl-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/toolbar/toolbar.component.css

Lines changed: 2 additions & 13 deletions
Large diffs are not rendered by default.

src/toolbar/toolbar.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import { RtlToolbarComponent } from './rtl.component';
99
import { AlignToolbarComponent } from './alignment.component';
1010
import { SharedModule } from '../common/shared.module';
1111
export const toolbarAppRoutes: Object[] = [
12-
{ path: 'toolbar/default', component: DefaultToolbarComponent, name: 'Default Functionalities', category: 'Toolbar' },
12+
{ path: 'toolbar/default', component: DefaultToolbarComponent, name: 'Default Functionalities', category: 'Toolbar', 'type': 'update' },
1313
{ path: 'toolbar/popup', component: PopupToolbarComponent, name: 'Popup', category: 'Toolbar' },
14-
{ path: 'toolbar/alignment', component: AlignToolbarComponent, name: 'Alignment', category: 'Toolbar', type: 'new' },
14+
{ path: 'toolbar/alignment', component: AlignToolbarComponent, name: 'Alignment', category: 'Toolbar' },
1515
{ path: 'toolbar/rtl', component: RtlToolbarComponent, name: 'RTL', category: 'Toolbar' }
1616

1717
];

0 commit comments

Comments
 (0)