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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.