escape

custom escaping function

boolean escape;

Example

var dp = new webix.DataProcessor({
    master:$$("list"),
    escape:function(value){
         return window.escape(value); //non-utf escaping
    }
})

Details

By default dataprocessor uses utf-8 escaping ( encodeURIComponents ).

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.