Skip to content

Commit 10cfc72

Browse files
author
pipeline
committed
documentation(EJ2-5064): Listview and Tooltip action description updated -M
1 parent 75210f7 commit 10cfc72

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed
Binary file not shown.
Binary file not shown.
-12 Bytes
Binary file not shown.
Binary file not shown.
-7 Bytes
Binary file not shown.

src/listview/nested-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class Nested extends SampleBase<{}, {}> {
113113
</div>
114114

115115
<div id="action-description">
116-
<p>This sample demonstrates the nested list functionalities of the ListView. Click any list item to navigate to their sub items. To navigate back to the parent list, click the back icon at the top left area.
116+
<p>This sample demonstrates the nested list functionalities, which allows to navigate to the sub list-items by click on any item and navigate back to list-item by using top left back icon.
117117
</p>
118118
</div>
119119

src/tooltip/ajaxcontent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class AjaxContentTooltip extends SampleBase<{}, {}> {
6262
</div>
6363

6464
<div id="action-description">
65-
<p>This sample demonstrates the AJAX functionalities of the Tooltip. Hover the list item to open the tooltip. For Mobile devices, touch and hold the list item to open the tooltip.</p>
65+
<p>This sample demonstrates the AJAX functionalities of the Tooltip which will open by Hover or Touch-hold action on list-item.</p>
6666
</div>
6767

6868
<div id="description">

src/tooltip/default.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class Default extends SampleBase<{}, {}> {
6262
</div>
6363

6464
<div id="action-description">
65-
<p>This sample demonstrates the default functionalities of the Tooltip. Hover the button to open the tooltip. For Mobile devices, touch and hold the button to open the tooltip. Change the position of the tooltip by choosing 12 different position.</p>
65+
<p>This sample demonstrates the default functionalities of the Tooltip which will open by Hover or Touch-hold action on button and displayed in 12 different positions.</p>
6666
</div>
6767

6868
<div id="description">

src/tooltip/smartposition.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class DraggableTooltip extends SampleBase<{}, {}> {
7171
</div>
7272

7373
<div id="action-description">
74-
<p>This sample demonstrates the Smart Positioning functionalities of the Tooltip. Hover the picture to open the tooltip and drag the picture around the container to experience the tooltip Smart Positioning.</p>
74+
<p>This sample demonstrates the Smart Positioning functionalities of the Tooltip which will open by dragging the picture.</p>
7575
</div>
7676

7777
<div id="description">

src/tooltip/template.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class TemplateTooltip extends SampleBase<{}, {}> {
6161
</div>
6262

6363
<div id="action-description">
64-
<p>This sample demonstrates the Template functionalities of the Tooltip. Hover the toolbar options to open the tooltip. For Mobile devices, touch and hold the toolbar options to open the tooltip.</p>
64+
<p>This sample demonstrates the Template functionalities of the Tooltip which will open by Hover or Touch-hold action on Toolbar option.</p>
6565
</div>
6666

6767
<div id="description">

0 commit comments

Comments
 (0)