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.
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