Skip to content

Commit 342440a

Browse files
Merge pull request #1831 from IgniteUI/mtihova/fix-1830
Adjust heights of iframes for tile manager topic
2 parents e68affb + b4847c3 commit 342440a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/en/components/layouts/tile-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ If you want to display just one of the two buttons, you can set either `DisableM
418418

419419
You also have the option to disable both action buttons and create custom ones according to your preferences.
420420

421-
`sample="/layouts/tile-manager/actions", height="700", alt="{Platform} Tile Manager Actions Example"`
421+
`sample="/layouts/tile-manager/actions", height="730", alt="{Platform} Tile Manager Actions Example"`
422422

423423
In this example, we created custom action buttons using the Ignite UI Icon Button component.
424424

@@ -546,7 +546,7 @@ Similar to resizing, when you initiate the drag-and-drop process, a ghost elemen
546546
```
547547
<!-- end: Blazor -->
548548

549-
`sample="/layouts/tile-manager/dragndrop", height="522", alt="{Platform} Tile Manager Drag and drop Example"`
549+
`sample="/layouts/tile-manager/dragndrop", height="550", alt="{Platform} Tile Manager Drag and drop Example"`
550550

551551
## Serialization
552552

@@ -555,7 +555,7 @@ The Tile Manager provides methods that help manage the layout of tiles:
555555
- The `SaveLayout` method allows you to save the current arrangement of tiles in the Tile Manager, it captures the current order, size and position of all tiles, so you can later restore it to this exact configuration.
556556
- The `LoadLayout` method enables you to load a previously saved layout. When called, it restores the tiles to the exact state they were in when the layout was saved, including their order, size and position.
557557

558-
`sample="/layouts/tile-manager/layout", height="527", alt="{Platform} Tile Manager Layout Example"`
558+
`sample="/layouts/tile-manager/layout", height="560", alt="{Platform} Tile Manager Layout Example"`
559559

560560
## Styling
561561

@@ -636,7 +636,7 @@ You can also change the icon of the adorners to a custom one using the `side-ado
636636
```
637637
<!-- end: Blazor -->
638638

639-
`sample="/layouts/tile-manager/styling", height="481", alt="{Platform} Tile Manager Styling Example"`
639+
`sample="/layouts/tile-manager/styling", height="520", alt="{Platform} Tile Manager Styling Example"`
640640

641641
## API Reference
642642

0 commit comments

Comments
 (0)