| sidebar_label | imageUploadUrl |
|---|---|
| title | imageUploadUrl Config |
| description | You can learn about the imageUploadUrl config in the documentation of the DHTMLX JavaScript RichText library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX RichText. |
@short: Optional. Defines the URL that will be used to upload images
imageUploadUrl?: string;// initialize RichText
new richtext.Richtext("#root", {
imageUploadUrl: "some URL"
// other configuration properties
});Change log: This property was introduced in version 2.0
Related articles: Configuration
Related sample: RichText. Initialization