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 has to be specified if you want for the image insertion functionality to work correctly. It is not defined by default.

See also
Back to top