Hello Thibault,
Good day to you.
Query 1: “I already tried the solution about path and saveUrl but I couldn't get it to work...”
We suspect that you might have missed to remove the application level Uploader selected event and use the saveUrl and path property as mentioned in the previous update.
public ontoolbarClick(e, rte: RichTextEditor) {
var _this = this;
if (rte.imageModule.dialogObj) {
rte.imageModule.uploadObj.selected = function (e) { // Remove this event in your application
if (e.filesData[0] != null && e.filesData[0] != undefined) {
. . . . . . . . . . . . . . . . . . . . . . . . . . .
}
};
}
} |
Can you please clarify whether the saveUrl and path property doesn’t work after removing the uploader selected event? If yes, can you please reproduce the issue with previously attached sample. This will help us find the root cause and provide a prompt solution.
Query 2: “I just need to fix some details like why the window of the new tooltip appear in the center of the page and not at the same place of other tooltip windows...”
The provided information regarding your requirement is not sufficient to provide an exact solution. We have rendered special characters in a dialog, so it displays in center of page (this achieved from application level). we can show popup at same place near toolbar.
- Could you please confirm whether you want to show insert image button as custom tool button?
- Could you share more details on this requirement? this will help us understand the requirement clearly in our end.
Please find the below UG documentation for your reference.
Thanks,
Prince