Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 899 Bytes

File metadata and controls

33 lines (23 loc) · 899 Bytes
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.

imageUploadUrl

Description {#description}

@short: Optional. Specifies the URL which will be used for image upload

Usage {#usage}

imageUploadUrl?: string;

Example {#example}

// initialize RichText
new richtext.Richtext("#root", {
    imageUploadUrl: "some URL"
    // other configuration properties
});

Change log: The property was added in v2.0

Related articles: Configuration

Related sample: RichText. Initialization