Skip to content

Commit 90b54b7

Browse files
TileView: Update demo descriptions (DevExpress#30286) (DevExpress#30303)
1 parent 66acc39 commit 90b54b7

File tree

7 files changed

+17
-3
lines changed

7 files changed

+17
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
TileView displays data within a collection of tiles. This component can contain text or HTML markup defined in its [dataSource](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#dataSource) or [items[]](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/items/) array.
2+
3+
In this demo, the [itemRender](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#itemRender) property is used to customize tiles.
4+
<!--split-->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
TileView displays data within a collection of tiles. This component can contain text or HTML markup defined in its [dataSource](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#dataSource) or [items[]](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/items/) array.
2+
3+
In this demo, the [itemRender](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#itemRender) property is used to customize tiles.
4+
<!--split-->
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
The TileView component contains a&nbsp;collection of&nbsp;tiles. Tiles can store much more information than ordinary buttons, that is&nbsp;why they are very popular in&nbsp;apps designed for touch devices. This demo illustrates how to&nbsp;create a&nbsp;simple TileView.
1+
TileView displays data within a collection of tiles. This component can contain text or HTML markup defined in its [dataSource](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#dataSource) or [items[]](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/items/) array.
2+
3+
In this demo, the [itemTemplate](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#itemTemplate) property is used to customize tiles.
24
<!--split-->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
By&nbsp;default, the TileView component is&nbsp;oriented horizontally, but you can orient it&nbsp;vertically using the **direction** property.
1+
When [direction](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#direction) is set to *"horizontal"* (default), TileView overflows content to the right (or to the left if [rtlEnabled](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#rtlEnabled) is `true`). When **direction** is *"vertical"*, this component overflows content downwards.
22
<!--split-->
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
You can customize the appearance of TileView visual elements with [templates](/Documentation/Guide/UI_Components/Common/Templates/). Specify custom HTML markup in [itemRender](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#itemRender) to customize all tiles. To change the apperance of individual tiles, define **items[]**.[render](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/items/#render).
2+
<!--split-->
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
You can customize the appearance of TileView visual elements with [templates](/Documentation/Guide/UI_Components/Common/Templates/). Specify custom HTML markup in [itemRender](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#itemRender) to customize all tiles. To change the apperance of individual tiles, define **items[]**.[render](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/items/#render).
2+
<!--split-->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This demo illustrates how you can customize the appearance of&nbsp;tiles in&nbsp;the TileView component.
1+
You can customize the appearance of TileView visual elements with [templates](/Documentation/Guide/UI_Components/Common/Templates/). Specify custom HTML markup in [itemTemplate](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/#itemTemplate) to customize all tiles. To change the apperance of individual tiles, define **items[]**.[template](/Documentation/ApiReference/UI_Components/dxTileView/Configuration/items/#template).
22
<!--split-->

0 commit comments

Comments
 (0)