This commit is contained in:
PROGRESS\doyordan 2021-08-27 18:56:27 +03:00
Родитель 678697a54b
Коммит d7be458656
3 изменённых файлов: 9 добавлений и 10 удалений

Просмотреть файл

@ -25,11 +25,11 @@ You can insert images from Uri, Data(byte []), Stream, File. The image source is
The supported image format types(of type `RichTextImageType`) are:
**Gif**
**Jpeg**
**Png**
**Svg**
**Webp**
* **Gif**
* **Jpeg**
* **Png**
* **Svg**
* **Webp**
## Permissions if adding images from gallery
@ -55,13 +55,13 @@ The demo uses the Xam.Plugin.Media nuget package for all projects - .NET Standar
### Permissions for Android
Inside the OnCreate method initialize the Plugin.Media:
In MainActivity.cs inside the OnCreate method initialize the Plugin.Media:
```C#
Plugin.Media.CrossMedia.Current.Initialize();
```
Inside the MainActivity.cs file override the `OnRequestPermissionsResult` method
In MainActivity.cs override the `OnRequestPermissionsResult` method
```C#
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Permission[] grantResults)

Просмотреть файл

@ -1,5 +1,5 @@
---
title: Insert and Edit Images
title: Toolbar Items for Insert and Edit Images
page_title: Xamarin RichTextEditor Documentation | Insert and Edit Images
description: Check our "Insert Edit Images" documentation article for Telerik RichTextEditor for Xamarin control.
position: 2

Просмотреть файл

@ -19,8 +19,7 @@ position: 3
* **IsEnabled**(*bool*): Defines whether the TabView Item is enabled/disabled. By default `IsEnabled` is `True`.
* **IsVisible**(*bool*): Specified whether the TabView Item is visible/hidden.
>important If you want to hide the current Selected TabView Item (setting `IsVisible="False"`), and the RadTabView `IsContentPreserved` property is set to `True`, you have to programatically select the next available item(that is **visible** and **enabled**) and then hide the previously selected item. For more details visit the [Toggle TabView SelectedItem Visibility]({%slug tabview-hide-current-selected-item-iscontentpreserved-true%}) how-to article.
>important ToggleSelectedItemVisibility example can be found in the SDKBrowserApp/Examples/TabViewControl/FeaturesCategory
>important If you want to hide the current Selected TabView Item (setting `IsVisible="False"`), and the RadTabView `IsContentPreserved` property is set to `True`, you have to programatically select the next available item(that is **visible** and **enabled**) and then hide the previously selected item. For more details visit the [Toggle TabView SelectedItem Visibility]({%slug tabview-hide-current-selected-item-iscontentpreserved-true%}) how-to article. ToggleSelectedItemVisibility example can be found in the SDKBrowserApp/Examples/TabViewControl/FeaturesCategory
## Displaying TabViewItem