Image Upload Box configuration
Hi,
is there a way to disable auto close of the insert image box when click outside the dialog?
I want the user must select Insert or Cancel options to close dialog.
I need also to disable the Upload from Web feature, but I don't see any parameter for that. Is it possible?
Thanks
SIGN IN To post a reply.
5 Replies
1 reply marked as answer
RK
Revanth Krishnan
Syncfusion Team
April 7, 2021 08:45 AM UTC
Hi Lorella,
Greetings from Syncfusion support.
We have validated your queries,
Query 1: “Is there a way to disable auto-close of the insert image box when clicking outside the dialog?”
We have validated your query and have considered “Provide support for argument 'ClosedBy' as 'OutsideClick' when clicked outside of the Dialog” as a bug from our end and logged the report for the same and the fix will be included with our patch release on 13th April.
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/24000
Query 2: “I need also to disable the Upload from Web feature, but I don't see any parameter for that. Is it possible?”
This can be achieved by hiding the image insert through web element by adding the style ‘display: none;’ to the class ‘.e-linkheader’ and ‘imgUrl’. We have prepared a sample for your reference,
Code Snippet:
|
<style>
.e-img-content .e-linkheader, .imgUrl {
display: none;
}
</style> |
Please check the code snippet and the sample and let us know if it comes close to your requirement.
Regards,
Revanth
Marked as answer
LC
Lorella Caglio
April 7, 2021 03:41 PM UTC
It works fine!
Thanks
RK
Revanth Krishnan
Syncfusion Team
April 8, 2021 03:43 AM UTC
Hi Lorella,
Thanks for the update.
We are glad that the provided solution satisfies your requirement. Please let us know if you need further assistance.
Regards,
Revanth
RK
Revanth Krishnan
Syncfusion Team
April 14, 2021 12:19 PM UTC
Hi Lorella,
Sorry for the inconvenience.
As we are facing complexity in fixing the issue “Provide support for argument 'ClosedBy' as 'OutsideClick' when clicked outside of the Dialog”. We will include the fix in the coming patch release on 20th April.
We appreciate your patience till then.
Regards,
Revanth
RK
Revanth Krishnan
Syncfusion Team
April 22, 2021 10:05 AM UTC
Hi Lorella,
Thanks for the patience.
We have resolved the reported issue “Provide support for argument 'ClosedBy' as 'OutsideClick' when clicked outside of the Dialog” with the package version 19.1.57.
Can you please upgrade your package to this version to resolve the issue on your end?
Release Note: https://blazor.syncfusion.com/documentation/release-notes/19.1.57/?type=all#richtexteditor
We have also prepared a sample for your reference,
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RichTextEditor_Test-326934902
Regards,
Revanth
SIGN IN To post a reply.
- 5 Replies
- 2 Participants
- Marked answer
-
LC Lorella Caglio
- Apr 6, 2021 09:34 AM UTC
- Apr 22, 2021 10:05 AM UTC