upload

the URL used for uploading and storing images inserted into the text

string upload;

Example

webix.ui({
    view: "editor",
    value: "<p>Hello World!</p>",
    upload: "https://docs.webix.com/editor-backend/images" 
});

Details

This property is optional. If omitted or set to a falsy value, images will be embedded as base64 data URLs directly in the editor content.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.