Skip to content

Commit d5bfceb

Browse files
Grids/LoadPanel: Add indicatorOptions API desc. (DevExpress#8142)
1 parent cf09fe9 commit d5bfceb

File tree

15 files changed

+29
-18
lines changed

15 files changed

+29
-18
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
id: GridBase.Options.loadPanel.indicatorOptions
33
type: LoadPanelIndicatorProperties
4+
inheritsType: LoadPanelIndicatorProperties
45
---
56
---
67
##### shortDescription
7-
<!-- Description goes here -->
8+
Configures the load indicator.
89

910
---
1011
<!-- Description goes here -->

api-reference/10 UI Components/GridBase/1 Configuration/loadPanel/indicatorSrc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: GridBase.Options.loadPanel.indicatorSrc
33
---
44
---
55
##### shortDescription
6-
Specifies a URL pointing to an image to be used as a loading indicator.
6+
Specifies the path to a custom load indicator image.
77

88
---
9+
Use a .gif image to implement an animated load indicator.

api-reference/10 UI Components/dxLoadIndicator/1 Configuration/indicatorSrc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ default: ''
55
---
66
---
77
##### shortDescription
8-
Specifies the path to an image used as the indicator.
8+
Specifies the path to a custom load indicator image.
99

1010
---
11+
Use a .gif image to implement an animated load indicator.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
id: dxLoadPanel.Options.indicatorOptions
33
type: LoadPanelIndicatorProperties
4+
inheritsType: LoadPanelIndicatorProperties
45
---
56
---
67
##### shortDescription
7-
<!-- Description goes here -->
8+
Configures the load indicator.
89

910
---
1011
<!-- Description goes here -->

api-reference/10 UI Components/dxLoadPanel/1 Configuration/indicatorSrc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dep: dxLoadPanel.Options.indicatorOptions
66
---
77
---
88
##### shortDescription
9-
A URL pointing to an image to be used as a load indicator.
9+
Specifies the path to a custom load indicator image.
1010

1111
---
12+
Use a .gif image to implement an animated load indicator.

api-reference/10 UI Components/dxLoadPanel/9 Types/LoadPanelIndicatorProperties/LoadPanelIndicatorProperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generateTypeLink:
77
---
88
---
99
##### shortDescription
10-
<!-- Description goes here -->
10+
Configures the load indicator.
1111

1212
---
1313
<!-- Description goes here -->

api-reference/10 UI Components/dxLoadPanel/9 Types/LoadPanelIndicatorProperties/animationType.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ default: 'circle'
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Chooses between predefined load indicator animations.
99

1010
---
11-
<!-- Description goes here -->
11+
12+
{WidgetName} ships with two predefined load animations: circle and sparkle. To implement a custom load animation, specify a .gif image in the **src** property.
13+
14+
[note] When **src** is specified, **animationType** has no effect.

api-reference/10 UI Components/dxLoadPanel/9 Types/LoadPanelIndicatorProperties/height.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default: undefined
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Configures the load indicator's height.
99

1010
---
1111
<!-- Description goes here -->

api-reference/10 UI Components/dxLoadPanel/9 Types/LoadPanelIndicatorProperties/src.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default: ''
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Specifies the path to a custom load indicator image.
99

1010
---
11-
<!-- Description goes here -->
11+
Use a .gif image to implement an animated load indicator. When this property is specified, **animationType** has no effect.

api-reference/10 UI Components/dxLoadPanel/9 Types/LoadPanelIndicatorProperties/width.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default: undefined
55
---
66
---
77
##### shortDescription
8-
<!-- Description goes here -->
8+
Configures the load indicator width.
99

1010
---
1111
<!-- Description goes here -->

0 commit comments

Comments
 (0)